Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
DefineEngineMethod( VEditorButton, getState, bool, (), ,
"()"
)
215
{
216
return object->getStateOn();
217
}
Callers
1
VTimeLineControl.cpp
File · 0.70
Calls
1
getStateOn
Method · 0.80
Tested by
no test coverage detected