| 1318 | } |
| 1319 | |
| 1320 | void ASModule::SaveGlobalVars() { |
| 1321 | GetGlobalVars(saved_vars_, saved_handle_vars_); |
| 1322 | } |
| 1323 | |
| 1324 | void 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) { |