MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / EndFunctionNull

Method EndFunctionNull

CryScriptSystem/FunctionHandler.cpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262int CFunctionHandler::EndFunctionNull()
263{
264 lua_pushnil(m_pLS);
265 return 1;
266}
267
268int CFunctionHandler::EndFunction()
269{

Callers 15

Client_IsConnectedMethod · 0.80
Client_SetCDKeyMethod · 0.80
Client_RequestMOTDMethod · 0.80
LoadSoundMethod · 0.80
Load3DSoundMethod · 0.80
LoadStreamSoundMethod · 0.80
GetMusicThemesMethod · 0.80
GetMusicMoodsMethod · 0.80
AddMusicMoodEventMethod · 0.80
IsInMusicThemeMethod · 0.80
GetSoundLengthMethod · 0.80
AttachMethod · 0.80

Calls 1

lua_pushnilFunction · 0.85

Tested by

no test coverage detected