Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MapDescriptorProps.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 // todo: Api to set sizes and colors
15 // todo: WB props
16
20 proto external void Activate( bool enable );
21 proto external void Setup( bool enable );
22 proto external bool IsVisible();
23 proto external void SetVisible( bool enable );
24 proto external bool IsIconVisible();
25 proto external void SetIconVisible( bool enable );
26 proto void SetFont(ResourceName fontPath);
27 proto external bool IsTextVisible();
28 proto external void SetTextVisible( bool enable );
29 proto external void SetTextOffset(vector offset);
30 proto external void SetTextOffsetX(float x);
31 proto external void SetTextOffsetY(float y);
32 proto external void SetIconTextAlignH(float h);
33 proto external void SetIconTextAlignV(float v);
34 proto external void SetAlignWithParent(bool b);
35 proto external void SetTextBold();
36 proto external void SetTextItalic();
40 proto external void SetIconSize( float size, float minScale, float maxScale );
44 proto external float GetIconSize();
48 proto external void SetTextSize( float size, float minScale, float maxScale );
52 proto external float GetTextSize();
56 proto external void SetDetail( int iDetail );
60 proto external int GetDetail();
64 proto external string GetImageDef();
68 proto external void SetImageDef( string name );
72 proto external void SetTextAngle(float angle);
76 proto external float GetTextAngle();
80 proto external void SetGroupType(int type);
84 proto external int GetGroupType();
88 proto external void SetGroupScale(float scale);
92 proto external float GetGroupScale();
96 proto external void SetPriority(int priority);
100 proto external float GetPriority();
104 proto external void SetFrontColor( notnull Color color );
108 proto ref Color GetFrontColor();
112 proto external void SetBackgroundColor( notnull Color color );
116 proto ref Color GetBackgroundColor();
120 proto external void SetOutlineColor( notnull Color color );
124 proto ref Color GetOutlineColor();
128 proto external void SetTextColor( notnull Color color );
132 proto ref Color GetTextColor();
133}
134
vector scale
int size
void Activate()
EDamageType type
bool IsVisible()
int GetGroupType()
Getter for type of groups that are intended to be spawned with this slot.
Definition Color.c:13
@ Setup
Definition TestStage.c:15