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

Method GetClassRegistry

Code/CryEngine/CryEntitySystem/EntitySystem.cpp:372–375  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

370
371//////////////////////////////////////////////////////////////////////////
372IEntityClassRegistry* CEntitySystem::GetClassRegistry()
373{
374 return m_pClassRegistry;
375}
376
377//////////////////////////////////////////////////////////////////////
378void CEntitySystem::Release()

Callers 15

OnClientConnectMethod · 0.80
RegisterGameObjectMethod · 0.80
AddDestroyableClassMethod · 0.80
ReloadConfigMethod · 0.80
GetSecWeaponMethod · 0.80
RegisterGameRulesMethod · 0.80
CreateGameRulesMethod · 0.80
HaveGameRulesMethod · 0.80
GetItemByClassMethod · 0.80

Calls

no outgoing calls

Tested by 4

BeforeRenderMethod · 0.64
ReadXmlDataMethod · 0.64