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

Method setLocked

Engine/source/console/simObject.cpp:2187–2193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2185//-----------------------------------------------------------------------------
2186
2187void SimObject::setLocked( bool b )
2188{
2189 if( b )
2190 mFlags.set( Locked );
2191 else
2192 mFlags.clear( Locked );
2193}
2194
2195//-----------------------------------------------------------------------------
2196

Callers 7

simObject.cppFile · 0.80
_setLockedMethod · 0.80
CreateShapesMethod · 0.80
DestroyShapesMethod · 0.80
lockSelectionMethod · 0.80
toggleLockSelectionMethod · 0.80
lockSelectionMethod · 0.80

Calls 2

setMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected