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

Attribute for callback system. More...

Detailed Description

Attribute for callback system.

Method - getter with this attribute is returning instance(context) to callbacks on.

class MyManager
{
void DoSomething(string p1, int p2);
void DoSomethingElse(bool p1);
}
MyManager GetMyManager();
// editor will offer "GetMyManager.DoSomething" and "GetMyManager.DoSomethingElse" in callback properties
Attribute for callback system.
Definition: attributes.c:485
Attribute for callback system.
Definition: attributes.c:463

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