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

Function SimObject_IsLocked

Engine/source/cinterface/c_consoleInterface.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 bool SimObject_IsLocked(SimObject *so)
54 {
55 return so->isLocked();
56 }
57
58 void SimObject_SetDataField(SimObject *so, const char *fieldName, const char *arr, const char *val)
59 {

Callers

nothing calls this directly

Calls 1

isLockedMethod · 0.80

Tested by

no test coverage detected