Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.80
onTouchMoved
Method · 0.80
onTouchBegan
Method · 0.80
drawProperties
Function · 0.80
generateTree
Function · 0.80
checkCollisions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected