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

Attribute for callback system. More...

Detailed Description

Attribute for callback system.

Method with this attribute will be listed in callback list.

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: