Outputs a list of all loot points closer than specified radius.
- Заметки
- This will automatically be checking all points against all points
-
This is a better way of handling it than the above two methods, as it can be then be removed manually from the xmls
-
Is the same as CEApi.EconomyOutput(EconomyOutputStrings.CLOSE, fRadius)
- Аргументы
-
fRadius | float The minimum desired distance in meters between loot spawn points
proto native CEApi GetCEApi() Get the CE API.
|