Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
MapBuildingProps.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
MapBuildingProps
13
{
14
proto external
void
SetVisibility(
EMapBuildingType
type
,
bool
visibility);
15
proto external
void
SetLineType(
EMapBuildingType
type
,
EMapLineType
lineType);
16
proto external
void
SetOutlineWidth(
EMapBuildingType
type
,
float
width);
17
proto external
void
SetLineColor(
EMapBuildingType
type
, notnull
Color
color);
18
proto external
void
SetOutlineColor(
EMapBuildingType
type
, notnull
Color
color);
19
proto external
void
SetVisible(
bool
visibility);
20
proto external
bool
IsVisible
();
21
}
22
type
EDamageType type
Definition
SCR_DestructibleTreeV2.c:32
IsVisible
bool IsVisible()
Definition
SCR_ResourceComponent.c:885
Color
Definition
Color.c:13
MapBuildingProps
Definition
MapBuildingProps.c:13
EMapBuildingType
EMapBuildingType
Definition
EMapBuildingType.c:13
EMapLineType
EMapLineType
Definition
EMapLineType.c:13
scripts
Game
generated
Map
MapBuildingProps.c
Generated by
1.17.0