Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MeshObject.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
33sealed class MeshObject: VObject
34{
35 static proto ref Resource Create(int numMeshes, int numVerts[], int numIndices[], string materials[], MeshObjectFlags flags);
36 proto external void UpdateVerts(int meshIdx, vector verts[], float uv[]);
37 proto external void UpdateIndices(int meshIdx, int indices[]);
38 proto external int GetNumGeoms();
39 proto external bool HasValidMask();
40 proto external bool HasLayerMask(int layerMask, int layerFilter);
41}
42
SCR_EAIThreatSectorFlags flags
MeshObject.
Definition MeshObject.c:34
Object holding reference to resource. In destructor release the resource.
Definition Resource.c:25
Visual object.
Definition VObject.c:14
MeshObjectFlags