Karos Graveyard Wiki
Register
Advertisement


FX_PlayEffectOnBackground(<sEffectName>, <v3Direction>, <fScale>)
Description
Spawns the given effect on the background.
Example
FX_PlayEffectOnBackground("m02_explosion_spray", { -1.5, -0.1, -1, }, 10)
Arguments
<sEffectName>: the name of the effect; must match a file name in data:art/fx/ directory
<v3Direction>: a table Exact contents to be identified
<fScale>: a float number that sets the scale of the effect. Larger values increase the size of the effect.
Related Pages


Advertisement