Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ add_ref
Method
add_ref
ogsr_engine/xrGame/script_vars_storage.h:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
virtual void clear();
64
65
virtual void add_ref() { ref_count++; }
66
virtual void release();
67
68
ICF SCRIPT_VARS_MAP& map() { return m_map; }
Callers
3
load
Method · 0.80
set
Method · 0.80
lua_pushsvt
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected