Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ GetScriptParams
Function
GetScriptParams
Source/Scripting/angelscript/asfuncs.cpp:2669–2671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2667
}
2668
2669
ScriptParams* GetScriptParams(Object* obj) {
2670
return obj->GetScriptParams();
2671
}
2672
2673
std::string GetLabel(Object* obj) {
2674
switch (obj->GetType()) {
Callers
3
CreateRiggedObject
Method · 0.85
Initialize
Method · 0.85
SetScriptParams
Method · 0.85
Calls
1
GetScriptParams
Method · 0.80
Tested by
no test coverage detected