C# Class Valve.Steamworks.SteamAPI

Exibir arquivo Open project: kronosaur/Transcendence

Public Methods

Method Description
Init ( uint appId ) : void
RegisterCallback ( IntPtr pCallback, int iCallback ) : void
RunCallbacks ( ) : void
SteamAppList ( ) : ISteamAppList
SteamApps ( ) : ISteamApps
SteamClient ( ) : ISteamClient
SteamController ( ) : ISteamController
SteamFriends ( ) : ISteamFriends
SteamGameServer ( ) : ISteamGameServer
SteamGameServerStats ( ) : ISteamGameServerStats
SteamHTMLSurface ( ) : ISteamHTMLSurface
SteamHTTP ( ) : ISteamHTTP
SteamInventory ( ) : ISteamInventory
SteamMatchmaking ( ) : ISteamMatchmaking
SteamMatchmakingPingResponse ( ) : ISteamMatchmakingPingResponse
SteamMatchmakingPlayersResponse ( ) : ISteamMatchmakingPlayersResponse
SteamMatchmakingRulesResponse ( ) : ISteamMatchmakingRulesResponse
SteamMatchmakingServerListResponse ( ) : ISteamMatchmakingServerListResponse
SteamMatchmakingServers ( ) : ISteamMatchmakingServers
SteamMusic ( ) : ISteamMusic
SteamMusicRemote ( ) : ISteamMusicRemote
SteamNetworking ( ) : ISteamNetworking
SteamRemoteStorage ( ) : ISteamRemoteStorage
SteamScreenshots ( ) : ISteamScreenshots
SteamUGC ( ) : ISteamUGC
SteamUnifiedMessages ( ) : ISteamUnifiedMessages
SteamUser ( ) : ISteamUser
SteamUserStats ( ) : ISteamUserStats
SteamUtils ( ) : ISteamUtils
SteamVideo ( ) : ISteamVideo
UnregisterCallback ( IntPtr pCallback ) : void

Method Details

Init() public static method

public static Init ( uint appId ) : void
appId uint
return void

RegisterCallback() public static method

public static RegisterCallback ( IntPtr pCallback, int iCallback ) : void
pCallback System.IntPtr
iCallback int
return void

RunCallbacks() public static method

public static RunCallbacks ( ) : void
return void

SteamAppList() public static method

public static SteamAppList ( ) : ISteamAppList
return ISteamAppList

SteamApps() public static method

public static SteamApps ( ) : ISteamApps
return ISteamApps

SteamClient() public static method

public static SteamClient ( ) : ISteamClient
return ISteamClient

SteamController() public static method

public static SteamController ( ) : ISteamController
return ISteamController

SteamFriends() public static method

public static SteamFriends ( ) : ISteamFriends
return ISteamFriends

SteamGameServer() public static method

public static SteamGameServer ( ) : ISteamGameServer
return ISteamGameServer

SteamGameServerStats() public static method

public static SteamGameServerStats ( ) : ISteamGameServerStats
return ISteamGameServerStats

SteamHTMLSurface() public static method

public static SteamHTMLSurface ( ) : ISteamHTMLSurface
return ISteamHTMLSurface

SteamHTTP() public static method

public static SteamHTTP ( ) : ISteamHTTP
return ISteamHTTP

SteamInventory() public static method

public static SteamInventory ( ) : ISteamInventory
return ISteamInventory

SteamMatchmaking() public static method

public static SteamMatchmaking ( ) : ISteamMatchmaking
return ISteamMatchmaking

SteamMatchmakingPingResponse() public static method

public static SteamMatchmakingPingResponse ( ) : ISteamMatchmakingPingResponse
return ISteamMatchmakingPingResponse

SteamMatchmakingPlayersResponse() public static method

public static SteamMatchmakingPlayersResponse ( ) : ISteamMatchmakingPlayersResponse
return ISteamMatchmakingPlayersResponse

SteamMatchmakingRulesResponse() public static method

public static SteamMatchmakingRulesResponse ( ) : ISteamMatchmakingRulesResponse
return ISteamMatchmakingRulesResponse

SteamMatchmakingServerListResponse() public static method

public static SteamMatchmakingServerListResponse ( ) : ISteamMatchmakingServerListResponse
return ISteamMatchmakingServerListResponse

SteamMatchmakingServers() public static method

public static SteamMatchmakingServers ( ) : ISteamMatchmakingServers
return ISteamMatchmakingServers

SteamMusic() public static method

public static SteamMusic ( ) : ISteamMusic
return ISteamMusic

SteamMusicRemote() public static method

public static SteamMusicRemote ( ) : ISteamMusicRemote
return ISteamMusicRemote

SteamNetworking() public static method

public static SteamNetworking ( ) : ISteamNetworking
return ISteamNetworking

SteamRemoteStorage() public static method

SteamScreenshots() public static method

public static SteamScreenshots ( ) : ISteamScreenshots
return ISteamScreenshots

SteamUGC() public static method

public static SteamUGC ( ) : ISteamUGC
return ISteamUGC

SteamUnifiedMessages() public static method

public static SteamUnifiedMessages ( ) : ISteamUnifiedMessages
return ISteamUnifiedMessages

SteamUser() public static method

public static SteamUser ( ) : ISteamUser
return ISteamUser

SteamUserStats() public static method

public static SteamUserStats ( ) : ISteamUserStats
return ISteamUserStats

SteamUtils() public static method

public static SteamUtils ( ) : ISteamUtils
return ISteamUtils

SteamVideo() public static method

public static SteamVideo ( ) : ISteamVideo
return ISteamVideo

UnregisterCallback() public static method

public static UnregisterCallback ( IntPtr pCallback ) : void
pCallback System.IntPtr
return void