Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseGridMap.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
16class 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
void UpdatePosition()
Update light position.