ScriptEvent:spawnClientCrawlEffect
From Mod Wiki
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
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.