MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / script_vars_release

Function script_vars_release

ogsr_engine/xrGame/script_vars_storage.cpp:547–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547int script_vars_release(lua_State* L)
548{
549 CScriptVarsTable* svt = lua_tosvt(L, 1);
550 svt->release();
551 return 0;
552}
553
554int script_vars_new_index(lua_State* L) // запись переменной из скриптов по строковому индексу
555{

Callers

nothing calls this directly

Calls 2

lua_tosvtFunction · 0.85
releaseMethod · 0.45

Tested by

no test coverage detected