DCS func getMarkPanels
From DCS World Wiki - Hoggitworld.com
| Envrioment: | Mission Scripting | ||
| Function: | getMarkPanels | Added with: 2.5.1 | |
| Member Of: | world | ||
| Syntax: | table world.getMarkPanels( ) | ||
| Description: | Returns a table of mark panels indexed numerically that are present within the mission.
| ||
| Return Value: | table | ||
| Return Example: | Table indexed numerically.
[1] ={
idx = idxMark(IDMark),
time = Time,
initiator = Unit,
coalition = -1 (or RED/BLUE),
groupID = -1 (or ID),
text = markText,
pos = vec3
}
| ||
| Examples: | |||
| Related Functions: | World functions: addEventHandler, removeEventHandler, getPlayer, getAirbases, searchObjects, getMarkPanels, removeJunk
world.weather getFogThickness, setFogThickness, getFogVisibilityDistance, setFogVisibilityDistance, setFogAnimation | ||
| Notes: | |||