Effect.bindEventServerCallback
Bind a lua server callback script reference to be used by the effect. Host only.
Kind: Function
Environments: Game
Game
effect:bindEventServerCallback( 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) |