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

Method setID

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

Source from the content-addressed store, hash-verified

229 int getID() { return m_pId; }
230
231 void setID(int id) { m_pId = id; }
232
233 void setActive(bool active) { m_bActive = active; }
234

Callers 4

onTouchMovedMethod · 0.80
onTouchBeganMethod · 0.80
loadLevelMethod · 0.80
createFromStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected