Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MergHQ/CRYENGINE
/ GetString
Method
GetString
Code/CryEngine/CrySystem/XML/xml.cpp:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
virtual void Release() { if (--m_nRefCount <= 0) delete this; }
64
65
virtual const char* GetString() { return m_string.c_str(); };
66
virtual size_t GetStringLength() { return m_string.size(); };
67
};
68
Callers
15
OnInternetSimLoadProfiles
Method · 0.45
netProfileWriteLogFiles
Function · 0.45
GetBindAddress
Method · 0.45
OnCVarChanged
Method · 0.45
FixPortBinding
Function · 0.45
StartArbitratorNameLookup
Method · 0.45
TickArbitratorNameLookup
Method · 0.45
StartSessionSetupDedicatedServer
Method · 0.45
TickSessionSetupDedicatedServerNameResolve
Method · 0.45
GetSessionIDFromConsole
Method · 0.45
EnterState
Method · 0.45
DrawDebugScreens
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected