Static Public Member Functions | |
| static mixed | RegisterListenerOnce (mixed eventname, mixed listenerfunc, mixed keyname) |
| static mixed | RegisterListener (mixed eventname, mixed listenerfunc) |
| static mixed | UnregisterListener (mixed eventname, mixed listenerfunc) |
| static mixed | NotifyListener (mixed eventname, mixed...) |
Definition at line 4804 of file lua_pseudo_code.cpp.
| static mixed listener::RegisterListenerOnce | ( | mixed | eventname, | |
| mixed | listenerfunc, | |||
| mixed | keyname | |||
| ) | [inline, static] |
Definition at line 4806 of file lua_pseudo_code.cpp.
| static mixed listener::RegisterListener | ( | mixed | eventname, | |
| mixed | listenerfunc | |||
| ) | [inline, static] |
Definition at line 4808 of file lua_pseudo_code.cpp.
| static mixed listener::UnregisterListener | ( | mixed | eventname, | |
| mixed | listenerfunc | |||
| ) | [inline, static] |
Definition at line 4810 of file lua_pseudo_code.cpp.
| static mixed listener::NotifyListener | ( | mixed | eventname, | |
| mixed... | ||||
| ) | [inline, static] |
all additional arguments are passed to the callback callback can return true if it wants to be removed
Definition at line 4814 of file lua_pseudo_code.cpp.
1.5.6