C# Class Steamworks.SteamAPI

Afficher le fichier Open project: rlabrecque/Steamworks.NET Class Usage Examples

Méthodes publiques

Méthode Description
GetHSteamPipe ( ) : HSteamPipe
GetHSteamUser ( ) : HSteamUser
GetHSteamUserCurrent ( ) : HSteamUser
Init ( ) : bool
InitSafe ( ) : bool
IsSteamRunning ( ) : bool
ReleaseCurrentThreadMemory ( ) : void
RestartAppIfNecessary ( AppId_t unOwnAppID ) : bool
RunCallbacks ( ) : void
Shutdown ( ) : void

Method Details

GetHSteamPipe() public static méthode

public static GetHSteamPipe ( ) : HSteamPipe
Résultat HSteamPipe

GetHSteamUser() public static méthode

public static GetHSteamUser ( ) : HSteamUser
Résultat HSteamUser

GetHSteamUserCurrent() public static méthode

public static GetHSteamUserCurrent ( ) : HSteamUser
Résultat HSteamUser

Init() public static méthode

public static Init ( ) : bool
Résultat bool

InitSafe() public static méthode

public static InitSafe ( ) : bool
Résultat bool

IsSteamRunning() public static méthode

public static IsSteamRunning ( ) : bool
Résultat bool

ReleaseCurrentThreadMemory() public static méthode

public static ReleaseCurrentThreadMemory ( ) : void
Résultat void

RestartAppIfNecessary() public static méthode

public static RestartAppIfNecessary ( AppId_t unOwnAppID ) : bool
unOwnAppID AppId_t
Résultat bool

RunCallbacks() public static méthode

public static RunCallbacks ( ) : void
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void