MCPcopy 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
2669ScriptParams* GetScriptParams(Object* obj) {
2670 return obj->GetScriptParams();
2671}
2672
2673std::string GetLabel(Object* obj) {
2674 switch (obj->GetType()) {

Callers 3

CreateRiggedObjectMethod · 0.85
InitializeMethod · 0.85
SetScriptParamsMethod · 0.85

Calls 1

GetScriptParamsMethod · 0.80

Tested by

no test coverage detected