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

Method Objective

ogsr_engine/xrGame/ui/UITaskItem.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27void CUITaskItem::SendMessage(CUIWindow* pWnd, s16 msg, void* pData) { CUIWndCallback::OnEvent(pWnd, msg, pData); }
28
29SGameTaskObjective* CUITaskItem::Objective() { return &m_GameTask->m_Objectives.at(m_TaskObjectiveIdx); }
30
31void CUITaskItem::Init()
32{

Callers 9

GiveGameTaskToActorMethod · 0.80
SetTaskStateMethod · 0.80
UpdateTasksMethod · 0.80
ActiveObjectiveMethod · 0.80
cleanupMethod · 0.80
ReloadListMethod · 0.80
ShowDescriptionMethod · 0.80
ItemHasDescriptionMethod · 0.80
SetGameTaskMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected