setMarkerPos: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) (Remove PositionWorld) |
||
Line 26: | Line 26: | ||
|eff= global | |eff= global | ||
|descr= Moves the marker. If position is given in 3D format, {{hl|z}} coordinate is stored with the marker and will be used when marker is passed to commands like [[createVehicle]], [[createUnit]], [[createAgent]], [[createMine]], [[setVehiclePosition]] for example. When [[Object]] is used for position, [[ | |descr= Moves the marker. If position is given in 3D format, {{hl|z}} coordinate is stored with the marker and will be used when marker is passed to commands like [[createVehicle]], [[createUnit]], [[createAgent]], [[createMine]], [[setVehiclePosition]] for example. When [[Object]] is used for position, its [[getPosWorld]] is used. | ||
{{Feature|Informative|'''Multiplayer optimisation:''' Global marker commands always broadcast the ''entire'' marker state over the network. As such, the number of network messages exchanged when creating or editing a marker can be reduced by performing all but the last operation using local marker commands, then using a global marker command for the last change (and subsequent global broadcast of all changes applied to the marker).}} | {{Feature|Informative|'''Multiplayer optimisation:''' Global marker commands always broadcast the ''entire'' marker state over the network. As such, the number of network messages exchanged when creating or editing a marker can be reduced by performing all but the last operation using local marker commands, then using a global marker command for the last change (and subsequent global broadcast of all changes applied to the marker).}} | ||
Line 32: | Line 32: | ||
|p1= markerName: [[String]] | |p1= markerName: [[String]] | ||
|p2= pos: [[Array]] | |||
|p2= pos: [[Array]] format [[Position#Introduction|Position2D]] or [[Position#PositionAGL|PositionAGL]] or {{GVI|arma3|1.94|size=0.75}} [[Object]] - object's '''model centre'''<nowiki/>'s position will be used (see [[getPosWorld]]) | |||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>"MarkerOne" | |x1= <code>"MarkerOne" [[setMarkerPos]] [[getMarkerPos]] "MarkerTwo"</code> | ||
|seealso= [[setMarkerPosLocal]] [[setMarkerBrush]] [[setMarkerColor]] [[setMarkerDir]] [[createMarker]] [[setMarkerShape]] [[setMarkerSize]] [[setMarkerText]] [[setMarkerType]] [[setMarkerAlpha]] | |seealso= [[setMarkerPosLocal]] [[setMarkerBrush]] [[setMarkerColor]] [[setMarkerDir]] [[createMarker]] [[setMarkerShape]] [[setMarkerSize]] [[setMarkerText]] [[setMarkerType]] [[setMarkerAlpha]] | ||
}} | }} | ||
{{Note | |||
|user= Pulverizer | |||
|timestamp= 20070323234700 | |||
|text= Effect is local in OFP. | |||
|game= ofp | |||
}} | |||
{{Note | |||
|user= Dr Eyeball | |||
|timestamp= 20090807020300 | |||
|text= The marker position can actually be set in 3D. This has a benefit for respawn markers, when placed at the correct altitude ASL on the LHD, the correct altitude will be used for respawn. | |||
There is no particular benefit for regular markers since [[markerPos]] will still return 0 for the altitude array element. {{cc|Tip obtained from Xeno}} | |||
}} | |||
Revision as of 18:25, 1 February 2022
Description
- Description:
- Moves the marker. If position is given in 3D format, z coordinate is stored with the marker and will be used when marker is passed to commands like createVehicle, createUnit, createAgent, createMine, setVehiclePosition for example. When Object is used for position, its getPosWorld is used.
- Groups:
- Markers
Syntax
- Syntax:
- markerName setMarkerPos pos
- Parameters:
- markerName: String
- pos: Array format Position2D or PositionAGL or 1.94 Object - object's model centre's position will be used (see getPosWorld)
- Return Value:
- Nothing
Examples
- Example 1:
"MarkerOne" setMarkerPos getMarkerPos "MarkerTwo"
Additional Information
- See also:
- setMarkerPosLocal setMarkerBrush setMarkerColor setMarkerDir createMarker setMarkerShape setMarkerSize setMarkerText setMarkerType setMarkerAlpha
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
- Posted on Mar 23, 2007 - 23:47 (UTC)
-
Effect is local in OFP.
- Posted on Aug 07, 2009 - 02:03 (UTC)
- The marker position can actually be set in 3D. This has a benefit for respawn markers, when placed at the correct altitude ASL on the LHD, the correct altitude will be used for respawn. There is no particular benefit for regular markers since markerPos will still return 0 for the altitude array element. // Tip obtained from Xeno
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Markers
- Scripting Commands: Global Effect