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

Function DefineEngineMethod

Engine/source/Verve/GUI/VEditorButton.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

getStateOnMethod · 0.80

Tested by

no test coverage detected