MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ASObjectGetID

Function ASObjectGetID

Source/Scripting/angelscript/asfuncs.cpp:2806–2808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2804}
2805
2806static int ASObjectGetID(Object* obj) {
2807 return obj->GetID();
2808}
2809
2810static std::string ASObjectGetName(Object* obj) {
2811 return obj->GetName();

Callers

nothing calls this directly

Calls 1

GetIDMethod · 0.45

Tested by

no test coverage detected