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

Go to the source code of this file.

Enumerations

enum  SCR_EPlatform

Functions

enum SCR_EPlatform Attribute (uiwidget:UIWidgets.Flags, enums:ParamEnumArray.FromEnum(SCR_EPlatform))] private SCR_EPlatform m_eHideOnPlatform
override void HandlerAttached (Widget w)

Variables

 WINDOWS = 1 << EPlatform.WINDOWS
 LINUX = 1 << EPlatform.LINUX
 XBOX_ONE = 1 << EPlatform.XBOX_ONE
 XBOX_ONE_S = 1 << EPlatform.XBOX_ONE_S
 XBOX_ONE_X = 1 << EPlatform.XBOX_ONE_X
 XBOX_SERIES_S = 1 << EPlatform.XBOX_SERIES_S
 XBOX_SERIES_X = 1 << EPlatform.XBOX_SERIES_X
 PS4 = 1 << EPlatform.PS4
 PS5 = 1 << EPlatform.PS5
 PS5_PRO = 1 << EPlatform.PS5_PRO
 UNKNOWN = 1 << EPlatform.UNKNOWN

Enumeration Type Documentation

◆ SCR_EPlatform

Definition at line 1 of file SCR_HideWidgetPlatformBased.c.

Function Documentation

◆ Attribute()

enum SCR_EPlatform Attribute ( uiwidget:UIWidgets. Flags,
enums:ParamEnumArray. FromEnumSCR_EPlatform )

◆ HandlerAttached()

override void HandlerAttached ( Widget w)

Definition at line 22 of file SCR_HideWidgetPlatformBased.c.

Variable Documentation

◆ LINUX

@ LINUX = 1 << EPlatform.LINUX

Definition at line 1 of file SCR_HideWidgetPlatformBased.c.

◆ PS4

@ PS4 = 1 << EPlatform.PS4

Definition at line 7 of file SCR_HideWidgetPlatformBased.c.

◆ PS5

@ PS5 = 1 << EPlatform.PS5

Definition at line 8 of file SCR_HideWidgetPlatformBased.c.

◆ PS5_PRO

@ PS5_PRO = 1 << EPlatform.PS5_PRO

Definition at line 9 of file SCR_HideWidgetPlatformBased.c.

◆ UNKNOWN

@ UNKNOWN = 1 << EPlatform.UNKNOWN

Definition at line 10 of file SCR_HideWidgetPlatformBased.c.

◆ WINDOWS

@ WINDOWS = 1 << EPlatform.WINDOWS

Definition at line 0 of file SCR_HideWidgetPlatformBased.c.

◆ XBOX_ONE

@ XBOX_ONE = 1 << EPlatform.XBOX_ONE

Definition at line 2 of file SCR_HideWidgetPlatformBased.c.

◆ XBOX_ONE_S

@ XBOX_ONE_S = 1 << EPlatform.XBOX_ONE_S

Definition at line 3 of file SCR_HideWidgetPlatformBased.c.

◆ XBOX_ONE_X

@ XBOX_ONE_X = 1 << EPlatform.XBOX_ONE_X

Definition at line 4 of file SCR_HideWidgetPlatformBased.c.

◆ XBOX_SERIES_S

@ XBOX_SERIES_S = 1 << EPlatform.XBOX_SERIES_S

Definition at line 5 of file SCR_HideWidgetPlatformBased.c.

◆ XBOX_SERIES_X

@ XBOX_SERIES_X = 1 << EPlatform.XBOX_SERIES_X

Definition at line 6 of file SCR_HideWidgetPlatformBased.c.