Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
Shape.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
class
Shape: Managed
14
{
16
proto
void
~Shape();
17
private
void
Shape();
18
19
static
proto ref Shape Create(
ShapeType
type
,
int
color,
ShapeFlags
flags
,
vector
p1,
vector
p2);
27
static
proto ref Shape CreateLines(
int
color,
ShapeFlags
flags
,
vector
p[],
int
num);
35
static
proto ref Shape CreateTris(
int
color,
ShapeFlags
flags
,
vector
p[],
int
num);
43
static
proto ref Shape CreateSphere(
int
color,
ShapeFlags
flags
,
vector
origin,
float
radius);
52
static
proto ref Shape CreateCylinder(
int
color,
ShapeFlags
flags
,
vector
origin,
float
radius,
float
length);
61
static
proto ref Shape CreateArrow(
vector
from,
vector
to,
float
size
,
int
color,
ShapeFlags
flags
);
62
proto external
void
SetMatrix(
vector
mat[4]);
63
proto external
void
GetMatrix(out
vector
mat[4]);
64
proto external
void
SetColor(
int
color);
65
proto external
void
SetFlags(
ShapeFlags
flags
);
66
}
67
flags
SCR_EAIThreatSectorFlags flags
Definition
AIControlComponentSerializer.c:16
size
int size
Definition
PrefabImporter.c:35
type
EDamageType type
Definition
SCR_DestructibleTreeV2.c:32
vector
Definition
vector.c:13
ShapeType
ShapeType
Definition
ShapeType.c:13
ShapeFlags
ShapeFlags
Definition
ShapeFlags.c:13
scripts
Core
generated
Debug
Shape.c
Generated by
1.17.0