Enfusion Script API
Loading...
Searching...
No Matches
Event Interface Reference

Public Member Functions

proto external int AddCallback (func fn)
 Add callback and returns callback id.
 
proto external bool Remove (int callbackId)
 
proto external bool RemoveByOwner (Class owner)
 
proto external bool Emit (Managed caller=null)
 

Member Function Documentation

◆ AddCallback()

proto external int Event.AddCallback ( func fn)

Add callback and returns callback id.

◆ Emit()

proto external bool Event.Emit ( Managed caller = null)

◆ Remove()

proto external bool Event.Remove ( int callbackId)

◆ RemoveByOwner()

proto external bool Event.RemoveByOwner ( Class owner)

The documentation for this interface was generated from the following file: