|
| static void | InitInfo (WorldControllerInfo outInfo) |
| |
| static proto bool | ConnectEvent (func eventSender, func eventReceiver) |
| | Connects receiver callback to provider event.
|
| |
| static proto bool | ConnectEventFiltered (func eventSender, func eventReceiver, void filter) |
| | Connects receiver callback to provider event.
|
| |
| static proto bool | DisconnectEvent (func eventSender, func eventReceiver) |
| | Disconnect single event connection.
|
| |
| static proto bool | DisconnectEventFiltered (func eventSender, func eventReceiver, void filter) |
| | Disconnect single event connection.
|
| |
| static proto bool | DisconnectEvents (EventProvider provider, Managed receiver) |
| | Disconnect all connections between provider and receiver.
|
| |
| proto void | Rpc (func method, void p0=NULL, void p1=NULL, void p2=NULL, void p3=NULL, void p4=NULL, void p5=NULL, void p6=NULL, void p7=NULL) |
| | Attempts to run a remote procedure call (RPC) of this instance with parameters specified in method RplRpc attribute.
|
| |
| void | OnAuthorityReady () |
| |
| void | OnAuthorityClosing () |
| |
| proto external void | ThrowEvent (func eventSender, void param1=null, void param2=null, void param3=null, void param4=null, void param5=null, void param6=null, void param7=null, void param8=null, void param9=null) |
| | Emit event on provider.
|
| |
◆ GetInterface()
The documentation for this interface was generated from the following file:
- GameLib/generated/Dialogue/DialogueController.c