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

Method GetScriptParams

Source/Objects/object.h:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 virtual void GetTopDownCompleteChildren(std::vector<Object*>* ret_children) {}
242
243 ScriptParams* GetScriptParams() { return &sp; }
244 const ScriptParamMap& GetScriptParamMap();
245 virtual void SetScriptParams(const ScriptParamMap& spm);
246 virtual void ApplyPalette(const OGPalette& palette, bool from_socket = false) {}

Callers 12

CreateCharacterMethod · 0.80
GetScriptParamsFromIDMethod · 0.80
PlaceLightProbesFunction · 0.80
DrawMethod · 0.80
SavePrefabMethod · 0.80
isMetaDataDirtyMethod · 0.80
DrawObjectInfoFlatFunction · 0.80
DrawObjectInfoFunction · 0.80
DrawImGuiFunction · 0.80
GetScriptParamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected