Envrioment:
|
Mission Scripting
|
|
Function:
|
setMarkupTypeLine
|
Added with: 2.5.5
|
|
Member Of:
|
trigger.action
|
Syntax:
|
function trigger.action.setMarkupTypeLine(number id , number TypeLine )
|
Description:
|
Updates the type line of the specified mark to be the new value.
LineTypes:
0 No Line
1 Solid
2 Dashed
3 Dotted
4 Dot Dash
5 Long Dash
6 Two Dash
|
|
Return Value:
|
function
|
Return Example:
|
none
|
|
Examples:
|
|
Related Functions:
|
Trigger Functions: ctfColorTag, getUserFlag, setUserFlag, getZone, explosion, smoke, effectSmokeBig, effectSmokeStop, illuminationBomb, signalFlare, radioTransmission, stopRadioTransmission, setUnitInternalCargo
outSound, outSoundForCoalition, outSoundForCountry, outSoundForGroup, outSoundForUnit, outText, outTextForCoalition, outTextForCountry, outTextForGroup, outTextForUnit
addOtherCommand, removeOtherCommand, addOtherCommandForCoalition, removeOtherCommandForCoalition, addOtherCommandForGroup, removeOtherCommandForGroup
markToAll, markToCoalition, markToGroup, removeMark, markupToAll, lineToAll, circleToAll, rectToAll, quadToAll, textToAll, arrowToAll, setMarkupRadius, setMarkupText, setMarkupFontSize, setMarkupColor, setMarkupColorFill, setMarkupTypeLine, setMarkupPositionEnd, setMarkupPositionStart
setAITask, pushAITask, activateGroup, deactivateGroup, setGroupAIOn, setGroupAIOff, groupStopMoving, groupContinueMoving
|
Notes:
|
As of DCS 2.7.0 this function is NOT synced with multiplayer clients.
|