Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_Tutorial_SquadLeadership_SelectGroup.c File Reference

Go to the source code of this file.

Classes

class  SCR_Tutorial_SquadLeadership_SelectGroupClass

Functions

void Setup ()
void OnPreviewCreated (SCR_EditablePreviewEntity previewEntity)
void DelayedHighlight ()
bool GetIsFinished ()
void ~SCR_Tutorial_SquadLeadership_SelectGroup ()

Variables

SCR_Tutorial_SquadLeadership_SelectGroupClass m_sSpawnedEntityName = "REQUESTING_GROUP"
Widget m_wHighlight
bool m_bPreviewSelected

Function Documentation

◆ DelayedHighlight()

void DelayedHighlight ( )
protected

Definition at line 33 of file SCR_Tutorial_SquadLeadership_SelectGroup.c.

◆ GetIsFinished()

bool GetIsFinished ( )
protected

Definition at line 40 of file SCR_Tutorial_SquadLeadership_SelectGroup.c.

◆ OnPreviewCreated()

void OnPreviewCreated ( SCR_EditablePreviewEntity previewEntity)
protected

Definition at line 27 of file SCR_Tutorial_SquadLeadership_SelectGroup.c.

◆ Setup()

void Setup ( )
protected

Definition at line 13 of file SCR_Tutorial_SquadLeadership_SelectGroup.c.

◆ ~SCR_Tutorial_SquadLeadership_SelectGroup()

void ~SCR_Tutorial_SquadLeadership_SelectGroup ( )
protected

Definition at line 46 of file SCR_Tutorial_SquadLeadership_SelectGroup.c.

Variable Documentation

◆ m_bPreviewSelected

bool m_bPreviewSelected
protected

Definition at line 10 of file SCR_Tutorial_SquadLeadership_SelectGroup.c.

◆ m_sSpawnedEntityName

SCR_Tutorial_SquadLeadership_SelectGroupClass m_sSpawnedEntityName = "REQUESTING_GROUP"

◆ m_wHighlight

Widget m_wHighlight
protected

Definition at line 9 of file SCR_Tutorial_SquadLeadership_SelectGroup.c.