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

Method getID

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

Source from the content-addressed store, hash-verified

227 void setGameObjectType(GameObjectType value) { _pObjectType = value; }
228
229 int getID() { return m_pId; }
230
231 void setID(int id) { m_pId = id; }
232

Callers 6

initMethod · 0.80
onTouchMovedMethod · 0.80
onTouchBeganMethod · 0.80
drawPropertiesFunction · 0.80
generateTreeFunction · 0.80
checkCollisionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected