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

Go to the source code of this file.

Classes

class  ParamEnum
class  UIWidgets
class  BaseContainerCustomTitleField

Typedefs

typedef func BaseContainerVersionCallback

Functions

void BaseContainerVersionCallback (BaseContainer cont, BaseContainer hierParent, int version)
ParamEnum Managed FromEnum (typename e)
void ParamEnum (string key, string value, string desc="")

Variables

string m_Key
string m_Value
string m_Desc
class UIWidgets NC_CAN_HAVE_NAME
class UIWidgets NC_MUST_HAVE_NAME
 HYBRID_COMPONENT_ICON = ":/Workbench/WorldEditor/Entity/componentHybrid.png"
 Default icon for all components written in script that don't inherit ScriptComponent.

Typedef Documentation

◆ BaseContainerVersionCallback

Definition at line 1 of file attributes.c.

Function Documentation

◆ BaseContainerVersionCallback()

void BaseContainerVersionCallback ( BaseContainer cont,
BaseContainer hierParent,
int version )

◆ FromEnum()

ParamEnum Managed FromEnum ( typename e )

Definition at line 2 of file attributes.c.

◆ ParamEnum()

void FromEnum::ParamEnum ( string key,
string value,
string desc = "" )

Definition at line 25 of file attributes.c.

Variable Documentation

◆ m_Desc

string m_Desc

Definition at line 23 of file attributes.c.

◆ m_Key

string m_Key

Definition at line 21 of file attributes.c.

◆ NC_CAN_HAVE_NAME

class UIWidgets NC_CAN_HAVE_NAME

◆ NC_MUST_HAVE_NAME

class UIWidgets NC_MUST_HAVE_NAME