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

Method Release

CryGame/ScriptObjectUI.cpp:268–275  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

266
267//-------------------------------------------------------------------------------------------------
268int CScriptObjectUI::Release()
269{
270 m_pUISystem->Release();
271 m_pUISystem =0 ;
272 m_pLog = 0;
273
274 return 1;
275}
276
277//-------------------------------------------------------------------------------------------------
278// Callback functions

Callers 10

GetWidgetMethod · 0.45
ShowWidgetMethod · 0.45
HideWidgetMethod · 0.45
IsWidgetVisibleMethod · 0.45
EnableWidgetMethod · 0.45
DisableWidgetMethod · 0.45
IsWidgetEnabledMethod · 0.45
SetFocusMethod · 0.45
CreateObjectFromTableMethod · 0.45
CreateScreenFromTableMethod · 0.45

Calls 2

ReleaseFunction · 0.85
EndFunctionNullMethod · 0.80

Tested by

no test coverage detected