MCPcopy Create free account
hub / github.com/defold/defold / SetEnabled

Function SetEnabled

engine/rig/src/rig.cpp:1623–1626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1621 }
1622
1623 void SetEnabled(HRigInstance instance, bool enabled)
1624 {
1625 instance->m_Enabled = enabled;
1626 }
1627
1628 bool GetEnabled(HRigInstance instance)
1629 {

Callers 2

PreStepEmscriptenFunction · 0.50
CompModelOnMessageFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected