Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2806
static int ASObjectGetID(Object* obj) {
2807
return obj->GetID();
2808
}
2809
2810
static std::string ASObjectGetName(Object* obj) {
2811
return obj->GetName();
Callers
nothing calls this directly
Calls
1
GetID
Method · 0.45
Tested by
no test coverage detected