createGuardedPoint: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (description, see also) |
Killzone Kid (talk | contribs) mNo edit summary |
||
Line 9: | Line 9: | ||
| Adds a point guarded by the given side (scripted way of adding equivalent of "GUARDED BY" trigger in [[Editor|3DEN]]). The actual guarded position is determined via the following rules: | | Adds a point guarded by the given side (scripted way of adding equivalent of "GUARDED BY" trigger in [[Editor|3DEN]]). The actual guarded position is determined via the following rules: | ||
* Given "position" is always considered. It could be [[Object]], [[Group]], [[Position2D]] or [[Position3D]]. In every case, z coordinate will be ignored and point will be placed on nearest surface. | * Given "position" is always considered. It could be [[Object]], [[Group]], [[Position2D]] or [[Position3D]]. In every case, z coordinate will be ignored and point will be placed on nearest surface. | ||
* If "objectMapID" is not negative, the position of the object with the given ID is used. -1 to ignore this argument. z of the object position will be intact. | * If "objectMapID" is not negative, the position of the object with the given ID is used (Overrides "position"). -1 to ignore this argument. z of the object position will be intact. | ||
* If the given "vehicle" is valid, the position of the vehicle is extracted and guarded. [[objNull]] to ignore. z of the vehicle position will be intact. | * If the given "vehicle" is valid, the position of the vehicle is extracted and guarded (Overrides both "position" and "objectMapID"). [[objNull]] to ignore. z of the vehicle position will be intact. | ||
|= Description | |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 14:45, 12 November 2016
Description
- Description:
- Adds a point guarded by the given side (scripted way of adding equivalent of "GUARDED BY" trigger in 3DEN). The actual guarded position is determined via the following rules:
- Given "position" is always considered. It could be Object, Group, Position2D or Position3D. In every case, z coordinate will be ignored and point will be placed on nearest surface.
- If "objectMapID" is not negative, the position of the object with the given ID is used (Overrides "position"). -1 to ignore this argument. z of the object position will be intact.
- If the given "vehicle" is valid, the position of the vehicle is extracted and guarded (Overrides both "position" and "objectMapID"). objNull to ignore. z of the vehicle position will be intact.
- Groups:
- Uncategorised
Syntax
- Syntax:
- createGuardedPoint [side, position, objectMapID, vehicle]
- Parameters:
- [side, position, idStatic, vehicle]: Array
- side: Side - The side which will be guarding
- position: Position - Object, Group, Position2D or Position3D
- objectMapID: Number - static id of map object. -1 to ignore
- vehicle: Object - vehicle to be used for position. objNull to ignore
- Return Value:
- Nothing
Examples
- Example 1:
_point = createGuardedPoint [ east, [0,0], -1, vehicle player];
Additional Information
- See also:
- createTriggeraddWaypoint
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
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma version 1.00
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP Elite
- Scripting Commands ArmA
- Command Group: Sides
- Command Group: Waypoints
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters