Difference between revisions of "ScriptEvent:spawnClientEffect"

From Mod Wiki
 
(No difference)

Latest revision as of 18:14, 5 November 2007

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.