Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StrongPC123/Far-Cry-1-Source-Full
/ ReleaseFunc
Method
ReleaseFunc
CryScriptSystem/ScriptSystem.cpp:1857–1864 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1855
}
1856
1857
void CScriptSystem::ReleaseFunc(HSCRIPTFUNCTION f)
1858
{
1859
if(f)
1860
{
1861
lua_unref(m_pLS,f);
1862
Validate();
1863
}
1864
}
1865
Callers
15
VerifyMultiplayerOverInternet
Method · 0.80
~_HScriptFunction
Method · 0.80
Init
Method · 0.80
_HScriptFunction
Class · 0.80
OnReset
Method · 0.80
SetProperties
Method · 0.80
SetProperties2
Method · 0.80
ShutDownScript
Method · 0.80
Init
Method · 0.80
Reset
Method · 0.80
CallEventHandler
Method · 0.80
ReleaseStateTable
Method · 0.80
Calls
1
lua_unref
Function · 0.85
Tested by
no test coverage detected