SurveyArea
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | SurveyArea | |
| Function Description: | Surveys an area (default 150m circle) for ground level flatness and object clearance. | |
| File Location: | cmm.DCSFunctions.lua | |
| Syntax: | CMM.SurveyArea( table vec3 , number or nil coal , number or nil radius ) | |
| Return Value: | number, number, number | |
| Parameters: | Name | Description |
| vec3 | {x,z,z} Table containing position data representing the spawn location. | |
| coal | The Coalition the marker data will drawn for [DEFAULT: -1] | |
| radius | The Coalition the marker data will drawn for [DEFAULT: 75] | |
| Example: | CMM.SurveyArea({x=500,y=100,z=200}, 2) | |
| Example Description: | Does analysis of a specified area | |
| Related Functions: | ||
| Notes: | ||