Kerbal Space Program
1.12.4
|
Public Member Functions | |
Callback (DispatchDelegate func, bool bGameServer=false) | |
delegate void | DispatchDelegate (T param) |
void | Dispose () |
void | Register (DispatchDelegate func) |
void | SetGameserverFlag () |
void | Unregister () |
Static Public Member Functions | |
static Callback< T > | Create (DispatchDelegate func) |
Creates a new Callback. You must be calling SteamAPI.RunCallbacks() to retrieve the callbacks. More... | |
static Callback< T > | CreateGameServer (DispatchDelegate func) |
Creates a new GameServer Callback. You must be calling GameServer.RunCallbacks() to retrieve the callbacks. More... | |
|
inline |
|
inlinestatic |
Creates a new Callback. You must be calling SteamAPI.RunCallbacks() to retrieve the callbacks.
Returns a handle to the Callback. This must be assigned to a member variable to prevent the GC from cleaning it up.
|
inlinestatic |
Creates a new GameServer Callback. You must be calling GameServer.RunCallbacks() to retrieve the callbacks.
Returns a handle to the Callback. This must be assigned to a member variable to prevent the GC from cleaning it up.
delegate void Steamworks.Callback< T >.DispatchDelegate | ( | T | param | ) |
|
inline |
|
inline |
|
inline |
|
inline |