| MagicGameCreateMagicEffect Method |
Get a spell effect object.
Namespace:
RavingBots.MagicGestures.Game
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public MagicEffect CreateMagicEffect(
int id
)
Parameters
- id
- Type: SystemInt32
The index of the spell.
Return Value
Type:
MagicEffectAn effect object from the appropriate pool.
See Also