MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getEntityClass

Method getEntityClass

plugins/script/interfaces/EntityInterface.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39ScriptEntityClass ScriptEntityNode::getEntityClass() {
40 Entity* entity = Node_getEntity(*this);
41 return ScriptEntityClass(entity != NULL ? entity->getEntityClass() : IEntityClassPtr());
42}
43
44bool ScriptEntityNode::isModel() {
45 Entity* entity = Node_getEntity(*this);

Callers 4

setEntityMethod · 0.45
onToggleMethod · 0.45
setEntityMethod · 0.45
onSpinButtonChangedMethod · 0.45

Calls 2

Node_getEntityFunction · 0.85
ScriptEntityClassClass · 0.85

Tested by

no test coverage detected