MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ConsoleMethod

Function ConsoleMethod

Engine/modules/Verve/GUI/VEditorButton.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211//-----------------------------------------------------------------------------
212
213ConsoleMethod( VEditorButton, getState, bool, 2, 2, "()" )
214{
215 return object->getStateOn();
216}

Callers 8

VPathEditor.cppFile · 0.50
VPath.cppFile · 0.50
VMotionTrack.cppFile · 0.50
VController.cppFile · 0.50
VObject.cppFile · 0.50

Calls 1

getStateOnMethod · 0.80

Tested by

no test coverage detected