Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Shape.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13class 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
SCR_EAIThreatSectorFlags flags
int size
EDamageType type
ShapeType
Definition ShapeType.c:13
ShapeFlags
Definition ShapeFlags.c:13