setWaypointTimeout: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|[A-Z #]*\]\]" to " ")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|1.00|Game version=
|1.00


|gr1= Waypoints |GROUP1=
|gr1= Waypoints


| Defines the time between condition satisfaction and waypoint finish (randomly from min to max, with an average value mid). |DESCRIPTION=
| Defines the time between condition satisfaction and waypoint finish (randomly from min to max, with an average value mid).


| waypoint '''setWaypointTimeout''' [min, mid, max] |SYNTAX=
| waypoint '''setWaypointTimeout''' [min, mid, max]


|p1= waypoint: [[Array]] - format [[Waypoint]] |PARAMETER1=
|p1= waypoint: [[Array]] - format [[Waypoint]]
|p2= [min, mid, max]: [[Array]] |PARAMETER2=
|p2= [min, mid, max]: [[Array]]
|p3= min: [[Number]] |PARAMETER3=
|p3= min: [[Number]]
|p4= mid: [[Number]] |PARAMETER4=
|p4= mid: [[Number]]
|p5= max: [[Number]] |PARAMETER5=
|p5= max: [[Number]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
   
   
|x1= <code>[_grp, 2] [[setWaypointTimeout]] [5, 10, 6];</code> |EXAMPLE1=
|x1= <code>[_grp, 2] [[setWaypointTimeout]] [5, 10, 6];</code>


| [[waypoints]], [[deleteWaypoint]], [[copyWaypoints]], [[setCurrentWaypoint]], [[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointType]], [[setWaypointVisible]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[setWaypointLoiterRadius]], [[waypointLoiterRadius]], [[addWaypoint]], [[setWaypointLoiterType]], [[waypointTimeoutCurrent]], [[waypointSpeed]] |SEEALSO=
| [[waypoints]], [[deleteWaypoint]], [[copyWaypoints]], [[setCurrentWaypoint]], [[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointType]], [[setWaypointVisible]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[setWaypointLoiterRadius]], [[waypointLoiterRadius]], [[addWaypoint]], [[setWaypointLoiterType]], [[waypointTimeoutCurrent]], [[waypointSpeed]]


}}
}}

Revision as of 12:28, 18 January 2021

Hover & click on the images for description

Description

Description:
Defines the time between condition satisfaction and waypoint finish (randomly from min to max, with an average value mid).
Groups:
Waypoints

Syntax

Syntax:
waypoint setWaypointTimeout [min, mid, max]
Parameters:
waypoint: Array - format Waypoint
[min, mid, max]: Array
min: Number
mid: Number
max: Number
Return Value:
Nothing

Examples

Example 1:
[_grp, 2] setWaypointTimeout [5, 10, 6];

Additional Information

See also:
waypointsdeleteWaypointcopyWaypointssetCurrentWaypointsetWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointDescriptionsetWaypointFormationsetWaypointHousePositionsetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTypesetWaypointVisiblewaypointAttachVehiclewaypointAttachedVehiclesetWaypointLoiterRadiuswaypointLoiterRadiusaddWaypointsetWaypointLoiterTypewaypointTimeoutCurrentwaypointSpeed

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

Posted on 00:32, 12 December 2010
Lucky44
The example doesn't seem to make sense, according to the listed syntax. It seems to set a Max time greater than the Mid time.
Posted on 03:30, 12 December 2010
Tom 48 97
If mid is greater than max, the result will be really near the mid value. Results with the values of the example: 8.237, 9.383, 10.425, 9.417, 9.43401, 10.425, 9.90601, 9.96701, 9.42401, 9.42502, 9.96698, 9.89999...