Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EntityUtils.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 sealed 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);
25 }
26 
EntityUtils
Definition: EntityUtils.c:12