Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ForestGeneratorGrid.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class ForestGeneratorGrid: Managed
13{
14 void ForestGeneratorGrid(float gridSize);
15
16 proto external void Clear();
17 proto external bool IsInBounds(int x, int y);
18 proto external void Resize(float x, float y);
19 proto external void SetPointOffset(float x, float y);
20 proto external bool IsColliding(vector pos, ForestGeneratorTreeBase tree, array<int> entriesCollideWith = null);
21 proto external void CountEntriesAround(vector pos, float radius, out array<float> treesAround);
22 proto external int GetEntryCount();
23 proto SCR_ForestGeneratorTreeBase GetEntry(int index, out vector position);
24 proto external void AddEntry(SCR_ForestGeneratorTreeBase tree, vector position);
25 proto external void RemoveEntry(ForestGeneratorTreeBase tree);
26 proto external void RemoveEntryByIndex(int index);
27}
28
vector position
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
proto native void Clear()
Remove all calls from list.