Skip to content

class TriggerScript extends Trigger (client-side)

Available since version: 0.3.4

This class represents world trigger script, which can call various daedalus functions.

Constructor

TriggerScript()

Parameters:

No parameters.

Constructor

TriggerScript(userpointer ptr)

Parameters:

  • userpointer ptr: the pointer to the object from the game.

Properties

string scriptFunc

Represents the daedalus function name which will be called on trigger.


Methods

No methods.


Callbacks

No callbacks.