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

Function DefineEngineMethod

Engine/source/gui/worldEditor/editTSCtrl.cpp:1185–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183}
1184
1185DefineEngineMethod( EditTSCtrl, setDisplayType, void, ( S32 displayType ),, "" )
1186{
1187 object->setDisplayType( displayType );
1188}
1189
1190DefineEngineMethod( EditTSCtrl, getOrthoFOV, F32, (),,
1191 "Return the FOV for orthographic views." )

Callers 4

editTSCtrl.cppFile · 0.70
guiTSControl.cppFile · 0.50
messageVector.cppFile · 0.50
guiTheoraCtrl.cppFile · 0.50

Calls 15

mAcosFunction · 0.85
mClampFFunction · 0.85
mCosFunction · 0.85
mSinFunction · 0.85
colorFunction · 0.85
beginFunction · 0.85
endFunction · 0.85
setBlendMethod · 0.80
setCenterMethod · 0.80
setCullModeMethod · 0.80
drawCubeMethod · 0.80
getDrawUtilMethod · 0.80

Tested by

no test coverage detected