Difference between revisions of "setMarkerTypeLocal"
Jump to navigation
Jump to search
killzone_kid (talk | contribs) m |
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
||
(15 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|= | + | {{Command|Comments= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | arma1 |Game name= |
− | |1.04| | + | |1.04|Game version= |
− | |eff= local |= | + | |gr1 = Markers |GROUP1= |
+ | |||
+ | |eff= local |Multiplayer Effects= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Sets marker type locally. Marker type is a class name in [[cfgMarkers]]. | | Sets marker type locally. Marker type is a class name in [[cfgMarkers]]. | ||
− | |= | + | |DESCRIPTION= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | markerName '''setMarkerTypeLocal''' type |= | + | | markerName '''setMarkerTypeLocal''' type |SYNTAX= |
− | |p1= markerName: [[String]] |= | + | |p1= markerName: [[String]] |PARAMETER1= |
− | |p2= type: [[String]]. See [[cfgMarkers]]. |= | + | |p2= type: [[String]]. See [[cfgMarkers]]. |PARAMETER2= |
− | | [[Nothing]] |= | + | | [[Nothing]] |RETURNVALUE= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= <code>"MarkerOne" [[setMarkerTypeLocal]] "Warning";</code> |= | + | |x1= <code>"MarkerOne" [[setMarkerTypeLocal]] "Warning";</code> |EXAMPLE1= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | [[cfgMarkers]], [[setMarkerAlpha]], [[setMarkerAlphaLocal]], [[setMarkerBrush]], [[setMarkerBrushLocal]], [[setMarkerColor]], [[setMarkerColorLocal]], [[setMarkerDir]], [[setMarkerDirLocal]], [[setMarkerPos]], [[setMarkerPosLocal]], [[setMarkerShape]], [[setMarkerShapeLocal]], [[setMarkerSize]], [[setMarkerSizeLocal]], [[setMarkerText]], [[setMarkerTextLocal]], [[setMarkerType]], [[markerType]] |= | + | | [[cfgMarkers]], [[setMarkerAlpha]], [[setMarkerAlphaLocal]], [[setMarkerBrush]], [[setMarkerBrushLocal]], [[setMarkerColor]], [[setMarkerColorLocal]], [[setMarkerDir]], [[setMarkerDirLocal]], [[setMarkerPos]], [[setMarkerPosLocal]], [[setMarkerShape]], [[setMarkerShapeLocal]], [[setMarkerSize]], [[setMarkerSizeLocal]], [[setMarkerText]], [[setMarkerTextLocal]], [[setMarkerType]], [[markerType]] |SEEALSO= |
}} | }} | ||
Line 39: | Line 41: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands|SETMARKERTYPELOCAL]] | [[Category:Scripting Commands|SETMARKERTYPELOCAL]] | ||
− | + | {{GameCategory|arma1|Scripting Commands}} | |
− | + | {{GameCategory|arma2|Scripting Commands}} | |
− | + | {{GameCategory|arma3|Scripting Commands}} | |
− | + | {{GameCategory|tkoh|Scripting Commands}} | |
− |
Latest revision as of 20:42, 10 January 2021
Hover & click on the images for descriptions
Description
- Description:
- Sets marker type locally. Marker type is a class name in cfgMarkers.
Syntax
- Syntax:
- markerName setMarkerTypeLocal type
- Parameters:
- markerName: String
- type: String. See cfgMarkers.
- Return Value:
- Nothing
Examples
- Example 1:
-
"MarkerOne" setMarkerTypeLocal "Warning";
Additional Information
- See also:
- cfgMarkerssetMarkerAlphasetMarkerAlphaLocalsetMarkerBrushsetMarkerBrushLocalsetMarkerColorsetMarkerColorLocalsetMarkerDirsetMarkerDirLocalsetMarkerPossetMarkerPosLocalsetMarkerShapesetMarkerShapeLocalsetMarkerSizesetMarkerSizeLocalsetMarkerTextsetMarkerTextLocalsetMarkerTypemarkerType
- Groups:
- Markers