Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EnEntity.c
Go to the documentation of this file.
1
5
6class EntityID: handle64
7{
8 static EntityID INVALID;
9 static proto native EntityID FromInt(int hiBits, int loBits);
10}
11
12class BoneMask: Managed
13{
14 int Mask[8];
15}
16
18typedef int TNodeId;
19
20typedef int TMeshIndex;
21
int TMeshIndex
Definition EnEntity.c:20
EntityID Mask[8]
BoneMask == NULL means that all bits are set.
int TNodeId
Node global id is a hash of name of the node.
Definition EnEntity.c:18