MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / setActive

Method setActive

Source/GameObject.h:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 void setID(int id) { m_pId = id; }
232
233 void setActive(bool active) { m_bActive = active; }
234
235 bool isActive() { return m_bActive; }
236

Callers 10

initMethod · 0.80
onTouchMovedMethod · 0.80
onTouchBeganMethod · 0.80
loadLevelMethod · 0.80
updateVisibilityMethod · 0.80
resetLevelMethod · 0.80
exitMethod · 0.80
createFromStringMethod · 0.80
updateVisibilityMethod · 0.80
exitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected