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