|
kick
|
Public Member Functions | |
| EventListener< E > | createListener (std::function< void(E)> listener, int sortPriority=0) |
| void | registerSyncValue (SyncValue< E > &syncValue) |
| void | notifyListeners (E e) |
| bool | removeListener (int id) |
Protected Attributes | |
|
std::vector< std::tuple < std::function< void(E)>, int, int > > | listeners |
| int | eventListenerId = 0 |
Friends | |
| class | EventListener< E > |
1.7.4