----------------------------------------------------------------------------- GuiInspectorComponentGroup - add custom controls -----------------------------------------------------------------------------
| 56 | // GuiInspectorComponentGroup - add custom controls |
| 57 | //----------------------------------------------------------------------------- |
| 58 | bool 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 |