Difference between revisions of "setMarkerTypeLocal"
Jump to navigation
Jump to search
Dr Eyeball (talk | contribs) m (move Note into main body - add Select marker) |
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
||
(15 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|= | + | {{Command|Comments= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | arma | | + | | arma |Game name= |
− | |1.04| | + | |1.04|Game version= |
− | |eff= local |= | + | |eff= local |Multiplayer Effects= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | Sets marker type locally. Marker type is a class name in [[cfgMarkers]]. |
− | + | ||
− | + | |DESCRIPTION= | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | markerName '''setMarkerTypeLocal''' | + | | markerName '''setMarkerTypeLocal''' type |SYNTAX= |
− | |p1= markerName: [[String]] |= | + | |p1= markerName: [[String]] |PARAMETER1= |
− | |p2= | + | |p2= type: [[String]]. See [[cfgMarkers]]. |PARAMETER2= |
− | | [[Nothing]] |= | + | | [[Nothing]] |RETURNVALUE= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= < | + | |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]] |SEEALSO= |
}} | }} | ||
Line 46: | Line 33: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
Line 77: | Line 41: | ||
[[Category:Scripting Commands ArmA|SETMARKERTYPELOCAL]] | [[Category:Scripting Commands ArmA|SETMARKERTYPELOCAL]] | ||
[[Category:Command Group: Markers|SETMARKERTYPELOCAL]] | [[Category:Command Group: Markers|SETMARKERTYPELOCAL]] | ||
+ | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 18:57, 1 September 2019
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:
- Uncategorised
Notes
Notes
Bottom Section
Categories:
- Scripting Commands
- Arma: Scripting Commands
- Arma: New Scripting Commands
- Command Group: Uncategorised
- Pages with broken file links
- Introduced with Arma version 1.04
- Commands with local effects
- Scripting Commands ArmA
- Command Group: Markers
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters