Click or drag to resize

MagicGameCreateMagicEffect Method

Get a spell effect object.

Namespace:  RavingBots.MagicGestures.Game
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public MagicEffect CreateMagicEffect(
	int id
)

Parameters

id
Type: SystemInt32
The index of the spell.

Return Value

Type: MagicEffect
An effect object from the appropriate pool.
See Also