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

Class ScriptObjectInstance

Source/Scripting/angelscript/asmodule.h:156–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154};
155
156struct ScriptObjectInstance {
157 ScriptObjectInstance(uintptr_t ptr, VarStorage& var, bool from_script_obj_value);
158 void destroy();
159 uintptr_t ptr;
160 bool reconstructed;
161 bool from_script_obj_value; // This means there's a value version of this app object that all handles should re-refer to.
162 asIScriptObject* new_ptr; // New value generated
163 VarStorage var;
164};
165
166struct AppObject {
167 AppObjectType type;

Callers 1

FillVarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected