Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSteamClient/OpenSteamClient
/ functions
Functions
1,195 in github.com/OpenSteamClient/OpenSteamClient
⨍
Functions
1,195
◇
Types & classes
754
Method
BContentServerAccount
----------------------------------------------------------------------------- Purpose: Is this a content server account id? --------------------------
include/opensteamworks/CSteamID.h:396
Method
BDiffRBTrees
include/opensteamworks/steamutl/utlrbtree.h:2013
Method
BGameServerAccount
----------------------------------------------------------------------------- Purpose: Is this a game server account id? (Either persistent or anonym
include/opensteamworks/CSteamID.h:372
Method
BIndividualAccount
----------------------------------------------------------------------------- Purpose: Is this an individual user account id? ------------------------
include/opensteamworks/CSteamID.h:432
Method
BIsPlayable
src/client/interop/appstate.cpp:73
Method
BIsSplitInstall
Checks if split install is done Also returns false if it's configured wrong.
src/client/startup/bootstrapper.cpp:35
Method
BLaunchedCorrectly
src/client/startup/bootstrapper.cpp:303
Method
BPersistentGameServerAccount
----------------------------------------------------------------------------- Purpose: Is this a persistent (not anonymous) game server account id? --
include/opensteamworks/CSteamID.h:380
Method
BUpdateDescription
include/opensteamworks/RemoteStorageCommon.h:283
Method
BUpdateFile
include/opensteamworks/RemoteStorageCommon.h:256
Method
BUpdatePreviewFile
include/opensteamworks/RemoteStorageCommon.h:265
Method
BUpdateTags
include/opensteamworks/RemoteStorageCommon.h:301
Method
BUpdateTitle
include/opensteamworks/RemoteStorageCommon.h:274
Method
BUpdateVisibility
include/opensteamworks/RemoteStorageCommon.h:292
Method
BVerifyBinaries
Verifies all downloaded binaries
src/client/startup/updater.cpp:28
Method
BVerifyFile
Verifies a single file. If the file has a checksum, it is checked to make sure it matches the installed file (not implemented)
src/client/startup/updater.cpp:39
Method
Base
Gets the base address
include/opensteamworks/steamutl/utlmemory.h:149
Method
Base
include/opensteamworks/steamutl/utlmemory.h:257
Function
BigFloat
include/opensteamworks/steamutl/minbase_endian.h:131
Function
BigInt16
@Note (toml 05-02-02): this technique expects the compiler to optimize the expression and eliminate the other path. On any new platform/compiler this
include/opensteamworks/steamutl/minbase_endian.h:126
Function
BigInt32
include/opensteamworks/steamutl/minbase_endian.h:128
Function
BigWord
include/opensteamworks/steamutl/minbase_endian.h:127
Method
BinaryKV
src/client/utils/binarykv.cpp:148
Method
Bootstrapper
src/client/startup/bootstrapper.cpp:408
Method
CBitString
include/opensteamworks/steamutl/bitstring.h:213
Method
CBitStringT
include/opensteamworks/steamutl/bitstring.h:300
Method
CCopyableUtlVector
include/opensteamworks/steamutl/utlvector.h:224
Method
CCopyableUtlVectorFixed
include/opensteamworks/steamutl/utlvector.h:207
Method
CDefCaselessStringLess
include/opensteamworks/steamutl/utlrbtree.h:69
Method
CDefLess
include/opensteamworks/steamutl/utlrbtree.h:37
Method
CDefLessPtr
include/opensteamworks/steamutl/utlrbtree.h:58
Method
CDefLessReverse
include/opensteamworks/steamutl/utlrbtree.h:47
Method
CDefStringLess
include/opensteamworks/steamutl/utlrbtree.h:78
Method
CFixedBitString
include/opensteamworks/steamutl/bitstring.h:229
Method
CFixedBitStringBase
include/opensteamworks/steamutl/bitstring.h:187
Method
CGameID
include/opensteamworks/CSteamID.h:685
Method
CKeyLess
include/opensteamworks/steamutl/utlmap.h:291
Method
CNumStr
include/opensteamworks/steamutl/fmtstr.h:66
Method
CRBTreeBalanceListener
include/opensteamworks/steamutl/utlrbtree.h:196
Method
CSteamID
----------------------------------------------------------------------------- Purpose: Constructor ---------------------------------------------------
include/opensteamworks/CSteamID.h:187
Method
CUtlBuffer
----------------------------------------------------------------------------- constructors -----------------------------------------------------------
include/opensteamworks/steamutl/utlbuffer.cpp:195
Method
CUtlCStringConversion
----------------------------------------------------------------------------- Constructor ------------------------------------------------------------
include/opensteamworks/steamutl/utlbuffer.cpp:87
Method
CUtlCharConversion
----------------------------------------------------------------------------- Constructor ------------------------------------------------------------
include/opensteamworks/steamutl/utlbuffer.cpp:110
Method
CUtlHashMap
include/opensteamworks/steamutl/utlhashmap.h:73
Method
CUtlLinkedList
include/opensteamworks/steamutl/utllinkedlist.h:200
Method
CUtlLinkedListHead
The existence of these function let us verify that this is a CUtlLinkedList rather than a CUtlFixedLinkedList, so that the iteration macros can preven
include/opensteamworks/steamutl/utllinkedlist.h:149
Method
CUtlLinkedListTail
include/opensteamworks/steamutl/utllinkedlist.h:150
Method
CUtlMap
constructor, destructor Left at growSize = 0, the memory will first allocate 1 element and double in size at each increment. LessFunc_t is required, b
include/opensteamworks/steamutl/utlmap.h:61
Method
CUtlMemory
include/opensteamworks/steamutl/utlmemory.h:192
Method
CUtlMemoryBase
include/opensteamworks/steamutl/utlmemory.cpp:11
Method
CUtlMemoryFixed
constructor, destructor
include/opensteamworks/steamutl/utlmemory.h:142
Method
CUtlNoEscConversion
include/opensteamworks/steamutl/utlbuffer.cpp:44
Method
CUtlPriorityQueue
include/opensteamworks/steamutl/utlpriorityqueue.h:85
Method
CUtlRBTree
include/opensteamworks/steamutl/utlrbtree.h:563
Method
CUtlRBTreeBase
include/opensteamworks/steamutl/utlrbtree.h:551
Method
CUtlString
include/opensteamworks/steamutl/utlstring.h:9
Function
CUtlStringToStdString
Create a std::string from a CUtlString. Doesn't delete the CUtlString.
src/client/interop/cutl.hpp:35
Method
CUtlVector
include/opensteamworks/steamutl/utlvector.h:234
Method
CUtlVectorFixed
constructor, destructor
include/opensteamworks/steamutl/utlvector.h:192
Function
CUtlVectorToStdVector
Create a std::vector from a CUtlVector. Deletes the CUtlVector afterwards.
src/client/interop/cutl.hpp:9
Method
CVariableBitStringBase
include/opensteamworks/steamutl/bitstring.h:241
Method
CallbackManager_DownloadScheduleChanged
src/client/interop/downloads.cpp:22
Method
CallbackThread
src/client/interop/callbackthread.h:22
Function
CanSetClientBeta
src/client/launcher.cpp:52
Method
CancelLogin
src/client/login/loginthread.cpp:418
Function
CaselessStringLessThan
include/opensteamworks/steamutl/utlrbtree.h:89
Function
CaselessStringLessThanIgnoreSlashes
Same as CaselessStringLessThan, but it ignores differences in / and \.
include/opensteamworks/steamutl/utlrbtree.h:92
Method
CheckArbitraryPeekGet
----------------------------------------------------------------------------- Call this to peek arbitrarily long into memory. It doesn't fail unless i
include/opensteamworks/steamutl/utlbuffer.cpp:847
Method
CheckGet
----------------------------------------------------------------------------- Checks if a get is ok --------------------------------------------------
include/opensteamworks/steamutl/utlbuffer.cpp:801
Method
CheckPeekGet
----------------------------------------------------------------------------- Checks if a peek get is ok ---------------------------------------------
include/opensteamworks/steamutl/utlbuffer.cpp:831
Method
CheckPut
----------------------------------------------------------------------------- Checks if a put is ok --------------------------------------------------
include/opensteamworks/steamutl/utlbuffer.cpp:1453
Method
CheckStateAndAppend
src/client/interop/appstate.cpp:29
Method
Clear
----------------------------------------------------------------------------- Purpose: Clear all fields, leaving an invalid ID. ----------------------
include/opensteamworks/CSteamID.h:306
Method
Clear
----------------------------------------------------------------------------- Clears out the buffer; does not free memory ----------------------------
include/opensteamworks/steamutl/utlbuffer.h:765
Method
ClearAllBits
include/opensteamworks/steamutl/bitstring.h:512
Method
ClearBit
include/opensteamworks/steamutl/bitstring.h:348
Method
ClickableQWidget
src/client/gui/widgets/clickableqwidget.cpp:7
Function
ClientUpdateRunFrame
src/client/launcher.cpp:44
Method
Color
Sets/gets node color
include/opensteamworks/steamutl/utlrbtree.h:518
Method
CommandLine
src/common/commandline.cpp:38
Method
Compact
include/opensteamworks/steamutl/utlvector.h:994
Method
ComputerInUseThread
src/client/interop/computerinusethread.h:21
Method
ConstructDownloadItem
src/client/interop/downloads.cpp:60
Method
ConstructList
include/opensteamworks/steamutl/utllinkedlist.h:222
Method
ConvertCRLF
----------------------------------------------------------------------------- Converts a buffer from a CRLF buffer to a CR buffer (and back) Returns f
include/opensteamworks/steamutl/utlbuffer.cpp:1525
Method
Copy
include/opensteamworks/steamutl/bitstring.h:440
Method
CopyAndAddToTail
include/opensteamworks/steamutl/utlvector.h:1010
Method
CopyBuffer
include/opensteamworks/steamutl/utlbuffer.h:786
Method
CopyFullHashMap
include/opensteamworks/steamutl/utlhashmap.h:97
Method
CopyOpensteamMainBin
src/client/startup/bootstrapper.cpp:387
Method
CopyToString
include/opensteamworks/steamutl/utlbuffer.h:746
Method
Count
include/opensteamworks/steamutl/utlmemory.cpp:164
Method
Count
include/opensteamworks/steamutl/utllinkedlist.h:264
Method
Count
include/opensteamworks/steamutl/utlmemory.h:163
Method
Count
Returns the count of elements in the queue
include/opensteamworks/steamutl/utlpriorityqueue.h:59
Method
Count
Num elements
include/opensteamworks/steamutl/utlmap.h:83
Method
CreateBlankAnonLogon
----------------------------------------------------------------------------- Purpose: create an anonymous game server login to be filled in by the AM
include/opensteamworks/CSteamID.h:341
Method
CreateBlankAnonUserLogon
----------------------------------------------------------------------------- Purpose: create an anonymous game server login to be filled in by the AM
include/opensteamworks/CSteamID.h:353
Method
CreateDatalinkForOpenSteam
src/client/startup/bootstrapper.cpp:217
Method
CreateDirectory
src/client/startup/bootstrapper.cpp:123
← previous
next →
301–400 of 1,195, ranked by callers