ScriptEvent:spawnClientEffect

From Mod Wiki

Parameters

string key -- Key to look up the effect from.

Result

entity

Supported By

idEntity

Comments

  • The key must begin with 'fx_'.
  • The result will be null if spawning the effect fails.

Functionality

Spawns a client entity of type rvClientEffect, and returns it.