MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / GetName

Method GetName

Code/CryEngine/CryAction/GameObjects/GameObjectSystem.cpp:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258const char* CGameObjectSystem::GetName(ExtensionID id)
259{
260 if (id > m_extensionInfo.size())
261 return NULL;
262 else
263 return m_extensionInfo[id].name.c_str();
264}
265
266void CGameObjectSystem::BroadcastEvent(const SGameObjectEvent& evt)
267{

Callers 15

UpdateParameterValuesMethod · 0.45
IsProbablyVisibleMethod · 0.45
InitMethod · 0.45
DebugUpdateStateMethod · 0.45
UpdateMethod · 0.45
FullSerializeMethod · 0.45
FlushExtensionsMethod · 0.45
DoInvokeRMIMethod · 0.45
RecordGameDataMethod · 0.45

Calls 2

sizeMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected