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

Method GetWidgetScriptObject

CryGame/UISystem.cpp:964–967  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

962
963//-------------------------------------------------------------------------------------------------
964IScriptObject *CUISystem::GetWidgetScriptObject(CUIWidget *pWidget)
965{
966 return pWidget->GetScriptObject();
967}
968
969//-------------------------------------------------------------------------------------------------
970//-------------------------------------------------------------------------------------------------

Callers 15

OnInitMethod · 0.80
OnReleaseMethod · 0.80
OnKeyDownMethod · 0.80
OnKeyUpMethod · 0.80
OnKeyPressedMethod · 0.80
OnMouseEnterMethod · 0.80
OnMouseLeaveMethod · 0.80
OnMouseDownMethod · 0.80
OnMouseUpMethod · 0.80
OnMouseClickMethod · 0.80
OnMouseDblClickMethod · 0.80
OnMouseOverMethod · 0.80

Calls 1

GetScriptObjectMethod · 0.45

Tested by

no test coverage detected