Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EntityUtils.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class EntityUtils
13{
14 private void EntityUtils();
15 private void ~EntityUtils();
16
18 static proto bool IsPlayer(IEntity pEntity);
20 static proto bool IsPlayerVehicle(IEntity pEntity);
22 static proto IEntity GetPlayer();
24 static proto bool CanTreatAsProxy(IEntity pEntity, IEntity pParent);
32 static proto bool GetAncestorToChildTransform(IEntity child, IEntity ancestor, out vector result[4]);
40 static proto bool GetChildToAncestorTransform(IEntity child, IEntity ancestor, out vector result[4]);
41}
42
ChimeraCharacter GetPlayer()