Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_HUDManagerLayoutHandler.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_HUDManagerLayoutHandler
 

Typedefs

typedef func OnLayoutChangeMethod
 
typedef ScriptInvokerBase< OnLayoutChangeMethodOnLayoutChange
 

Functions

void OnLayoutChangeMethod (SCR_HUDLayout newLayout, SCR_HUDLayout oldLayout, SCR_HUDManagerComponent hudManager)
 

Typedef Documentation

◆ OnLayoutChange

typedef ScriptInvokerBase<OnLayoutChangeMethod> OnLayoutChange

Definition at line 3 of file SCR_HUDManagerLayoutHandler.c.

◆ OnLayoutChangeMethod

Definition at line 2 of file SCR_HUDManagerLayoutHandler.c.

Function Documentation

◆ OnLayoutChangeMethod()

void OnLayoutChangeMethod ( SCR_HUDLayout  newLayout,
SCR_HUDLayout  oldLayout,
SCR_HUDManagerComponent  hudManager 
)