Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
HitZoneContainerComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14  proto external IEntity GetOwner();
15  proto external HitZone GetDefaultHitZone();
16  proto external HitZone GetHitZoneByColliderID(int colliderID);
20  proto external int GetHitZonesByColliderIDs(out notnull array<HitZone> outHitZones, notnull array<int> colliderIDs);
21  proto external HitZone GetHitZone(string colliderName);
24  proto external int GetAllHitZones(out notnull array<HitZone> outHitZones);
25 
26  // callbacks
27 
28  // --------------------------------------------------------------------------------
29  event protected bool OnRplSave(ScriptBitWriter writer) { return true; };
30  event protected bool OnRplLoad(ScriptBitReader reader) { return true; };
31 }
32 
HitZone
Definition: HitZone.c:12
HitZoneContainerComponent
Definition: HitZoneContainerComponent.c:12
GameComponent
Definition: GameComponent.c:12