Effect.bindEventClientCallback
Bind a lua client callback script reference to be used by the effect.
Kind: Function
Environments: Game
Game
effect:bindEventClientCallback( params, reference )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
effect |
Effect | The effect. |
params (optional) |
any | Parameter object passed to the callback. (Optional) |
reference (optional) |
table | Table to receive the callback. (Optional) |