Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
RiverEntity.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
21class RiverEntity: GeneratorBaseEntity
22{
27 static proto void GetExistingInstances(out notnull array<RiverEntity> instances);
39 proto bool GetCentralPolyline(out notnull array<vector> dstPositions, out notnull array<float> dstWidths, float precision = 0.1);
51 proto void GetOutlinePoints(out notnull array<vector> dst, float precision = 0.1);
52}
53
params precision
RiverEntityClass GeneratorBaseEntityClass GetExistingInstances(out notnull array< RiverEntity > instances)
proto bool GetCentralPolyline(out notnull array< vector > dstPositions, out notnull array< float > dstWidths, float precision=0.1)
proto void GetOutlinePoints(out notnull array< vector > dst, float precision=0.1)