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

Method SetGameTask

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

Source from the content-addressed store, hash-verified

19CUITaskItem::~CUITaskItem() {}
20
21void CUITaskItem::SetGameTask(CGameTask* gt, u16 obj_idx)
22{
23 m_GameTask = gt;
24 m_TaskObjectiveIdx = obj_idx;
25}
26
27void CUITaskItem::SendMessage(CUIWindow* pWnd, s16 msg, void* pData) { CUIWndCallback::OnEvent(pWnd, msg, pData); }
28

Callers 1

ReloadListMethod · 0.80

Calls 15

atMethod · 0.80
ClipperOnMethod · 0.80
AdjustHeightToTextMethod · 0.80
GetWndPosMethod · 0.80
GetHeightMethod · 0.80
GetDescriptionModeMethod · 0.80
TaskStateMethod · 0.80
ObjectiveMethod · 0.80
IsShownMethod · 0.80
GetWndSizeMethod · 0.80
_maxFunction · 0.50
InitTextureMethod · 0.45

Tested by

no test coverage detected