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

Method SaveGlobalVars

Source/Scripting/angelscript/asmodule.cpp:1320–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1318}
1319
1320void ASModule::SaveGlobalVars() {
1321 GetGlobalVars(saved_vars_, saved_handle_vars_);
1322}
1323
1324void ASModule::LoadVar(ValueParent var_type, void* parent_ptr, int parent_index, const VarStorage& vs, void* ptr, std::list<ScriptObjectInstance>& handle_var_list, std::list<ScriptObjectInstanceHandleRemap>& app_obj_handle_offset, asIScriptModule* module) {
1325 if (vs.type == _vs_bool) {

Callers 1

ChangeControlScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected