Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ShapeUtils.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class ShapeUtils
13{
14 private void ShapeUtils();
15 private void ~ShapeUtils();
16
25 static proto ref Shape CreateShapeFromMesh(notnull MeshObject mo, int lodIndex, string meshName, int shapeColor, ShapeFlags flags);
34 static proto ref Shape CreateShapeFromMeshByIndex(notnull MeshObject mo, int lodIndex, int meshIndex, int shapeColor, ShapeFlags flags);
43 static proto ref Shape CreateShapeFromXOB(ResourceName xobFilePath, int lodIndex, string meshName, int shapeColor, ShapeFlags flags);
44}
45
SCR_EAIThreatSectorFlags flags
MeshObject.
Definition MeshObject.c:34
Instance of created debug visualizer.
Definition Shape.c:14
ShapeFlags
Definition ShapeFlags.c:13