Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Properties | List of all members
Steamworks.CallResult< T > Class Template Reference
Inheritance diagram for Steamworks.CallResult< T >:

Public Member Functions

delegate void APIDispatchDelegate (T param, bool bIOFailure)
 
 CallResult (APIDispatchDelegate func=null)
 
void Cancel ()
 
void Dispose ()
 
bool IsActive ()
 
void Set (SteamAPICall_t hAPICall, APIDispatchDelegate func=null)
 
void SetGameserverFlag ()
 

Static Public Member Functions

static CallResult< T > Create (APIDispatchDelegate func=null)
 Creates a new async CallResult. You must be calling SteamAPI.RunCallbacks() to retrieve the callback. More...
 

Properties

SteamAPICall_t Handle [get]
 

Constructor & Destructor Documentation

Steamworks.CallResult< T >.CallResult ( APIDispatchDelegate  func = null)
inline

Member Function Documentation

delegate void Steamworks.CallResult< T >.APIDispatchDelegate ( param,
bool  bIOFailure 
)
void Steamworks.CallResult< T >.Cancel ( )
inline
static CallResult<T> Steamworks.CallResult< T >.Create ( APIDispatchDelegate  func = null)
inlinestatic

Creates a new async CallResult. You must be calling SteamAPI.RunCallbacks() to retrieve the callback.

Returns a handle to the CallResult. This must be assigned to a member variable to prevent the GC from cleaning it up.

void Steamworks.CallResult< T >.Dispose ( )
inline
bool Steamworks.CallResult< T >.IsActive ( )
inline
void Steamworks.CallResult< T >.Set ( SteamAPICall_t  hAPICall,
APIDispatchDelegate  func = null 
)
inline
void Steamworks.CallResult< T >.SetGameserverFlag ( )
inline

Property Documentation

SteamAPICall_t Steamworks.CallResult< T >.Handle
get

The documentation for this class was generated from the following file: