Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseGridMap.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
16 class BaseGridMap: Managed
17 {
18  void BaseGridMap(float cellSize = 100.0) {}
19 
21  proto external void UpdatePosition(notnull IEntity entity, vector newPosition);
23  proto external void Remove(IEntity entity);
25  proto external void Update();
27  proto external int FindEntitiesInRange(out notnull array<IEntity> entities, vector origin, float range, int mask = 0);
29  proto external void SetUpdateOfStaticEntities(bool state);
31  proto external void SetNmbOfStaticEntitiesUpdated(int nmb);
32 }
33 
BaseGridMap
Definition: BaseGridMap.c:16