Difference between revisions of "ScriptEvent:spawnClientCrawlEffect"

From Mod Wiki
 
(No difference)

Latest revision as of 18:14, 5 November 2007

Parameters

string key -- Key to look up the effect from.
entity (cannot be null) entity -- Entity the effect will crawl over.
float time -- How long the effect will last, in seconds.

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 crawl effect of type rvClientCrawlEffect on the specified entity, and returns it.