MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / getID

Method getID

engine/source/runtime/function/framework/object/object.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 void save(ObjectInstanceRes& out_object_instance_res);
28
29 GObjectID getID() const { return m_id; }
30
31 void setName(std::string name) { m_name = name; }
32 const std::string& getName() const { return m_name; }

Callers 4

tickMethod · 0.45
tickMethod · 0.45
tickPlayerMotorMethod · 0.45
deleteGObjectByIDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected