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

Method GetEntityTextDescription

Code/CryEngine/CryEntitySystem/Entity.cpp:1464–1468  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1462
1463//////////////////////////////////////////////////////////////////////////
1464const char* CEntity::GetEntityTextDescription() const
1465{
1466 m_szDescription = m_szName + " (" + m_pClass->GetName() + ")";
1467 return m_szDescription;
1468}
1469
1470//////////////////////////////////////////////////////////////////////////
1471void CEntity::SerializeXML(XmlNodeRef& node, bool bLoading)

Callers 15

GiveItemMethod · 0.80
SetActorItemMethod · 0.80
SyncMethod · 0.80
EnableUpdateSlotMethod · 0.80
StandUpMethod · 0.80
InitMethod · 0.80
OnUsedMethod · 0.80
SetDestroyedMethod · 0.80
VerifyEntitiesFunction · 0.80
DeleteDynamicEntitiesMethod · 0.80

Calls 1

GetNameMethod · 0.45

Tested by 2

StartNextTestRunMethod · 0.64
SetResultMethod · 0.64