MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / ObjectID

Method ObjectID

core/object/object_id.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 _ALWAYS_INLINE_ void operator=(uint64_t p_uint64) { id = p_uint64; }
62
63 _ALWAYS_INLINE_ ObjectID() {}
64 _ALWAYS_INLINE_ explicit ObjectID(const uint64_t p_id) { id = p_id; }
65 _ALWAYS_INLINE_ explicit ObjectID(const int64_t p_id) { id = p_id; }
66};

Callers 5

_captureMethod · 0.80
captureMethod · 0.80
createMethod · 0.80
can_drop_data_fwMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected