MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / createContent

Method createContent

Engine/source/gui/editor/inspector/componentGroup.cpp:58–68  ·  view source on GitHub ↗

----------------------------------------------------------------------------- GuiInspectorComponentGroup - add custom controls -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

56// GuiInspectorComponentGroup - add custom controls
57//-----------------------------------------------------------------------------
58bool GuiInspectorComponentGroup::createContent()
59{
60 if(!Parent::createContent())
61 return false;
62
63 Con::evaluatef("%d.stack = %d;", this->getId(), mStack->getId());
64
65 Con::executef(this, "createContent");
66
67 return true;
68}
69
70//-----------------------------------------------------------------------------
71// GuiInspectorComponentGroup - inspectGroup override

Callers

nothing calls this directly

Calls 3

evaluatefFunction · 0.85
executefFunction · 0.85
getIdMethod · 0.45

Tested by

no test coverage detected