Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
DeployMenuSystem Class Reference
Inheritance diagram for DeployMenuSystem:
GameSystem

Protected Member Functions

override void OnInit ()
void Register (notnull SCR_PlayerDeployMenuHandlerComponent handler)
void Unregister (notnull SCR_PlayerDeployMenuHandlerComponent handler)
void SetReady (bool ready)
 Indicate that the deploy menu was opened and is ready for user interaction.
override void OnUpdatePoint (WorldUpdatePointArgs args)

Protected Attributes

SCR_PlayerDeployMenuHandlerComponent m_LocalMenuHandler
SCR_RespawnSystemComponent m_RespawnSystem
bool m_bReady = false

Detailed Description

Definition at line 1 of file DeployMenuSystem.c.

Member Function Documentation

◆ OnInit()

override void DeployMenuSystem::OnInit ( )
inlineprotected

Definition at line 15 of file DeployMenuSystem.c.

◆ OnUpdatePoint()

override void DeployMenuSystem::OnUpdatePoint ( WorldUpdatePointArgs args)
inlineprotected

Definition at line 53 of file DeployMenuSystem.c.

◆ Register()

void DeployMenuSystem::Register ( notnull SCR_PlayerDeployMenuHandlerComponent handler)
inlineprotected

Definition at line 32 of file DeployMenuSystem.c.

◆ SetReady()

void DeployMenuSystem::SetReady ( bool ready)
inlineprotected

Indicate that the deploy menu was opened and is ready for user interaction.

Definition at line 47 of file DeployMenuSystem.c.

◆ Unregister()

void DeployMenuSystem::Unregister ( notnull SCR_PlayerDeployMenuHandlerComponent handler)
inlineprotected

Definition at line 39 of file DeployMenuSystem.c.

Member Data Documentation

◆ m_bReady

bool DeployMenuSystem::m_bReady = false
protected

Definition at line 12 of file DeployMenuSystem.c.

◆ m_LocalMenuHandler

SCR_PlayerDeployMenuHandlerComponent DeployMenuSystem::m_LocalMenuHandler
protected

Definition at line 10 of file DeployMenuSystem.c.

◆ m_RespawnSystem

SCR_RespawnSystemComponent DeployMenuSystem::m_RespawnSystem
protected

Definition at line 11 of file DeployMenuSystem.c.


The documentation for this class was generated from the following file: