MarkerSetMapObjectClass
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | MarkerSetMapObjectClass | |
| Function Description: | Defines a buildings class | |
| File Location: | cmm.MapCommandFunctions.lua | |
| Syntax: | CMM.MarkerSetMapObjectClass( table EventData ) | |
| Return Value: | nil | |
| Parameters: | Name | Description |
| EventData | Event data passed from the marker S_EVENT_MARK_REMOVED event. uses the EventData.pos element and also the EventData.text | |
| Example: | CMM.MarkerSetMapObjectClass(EventData) | |
| Example Description: | Appends to TerrainObjects.json information about the terrain object under the map marker | |
| Related Functions: | ||
| Notes: | This function REQUIRES the Terrain module in DCS to be loaded. #BOI #Buildings #Building Classes | |