Difference between revisions of "PATROL PAUSE AT WAYPOINTS"

From Second Life Wiki
Jump to navigation Jump to search
m (Created page with "The default is FALSE but when TRUE allows you to request that characters slow down and momentarily pause at each waypoint. Otherwise, characters will continue to move to the next…")
 
Line 1: Line 1:
The default is FALSE but when TRUE allows you to request that characters slow down and momentarily pause at each waypoint. Otherwise, characters will continue to move to the next waypoint at full speed.{{LSLC|FixMe}}
{{LSL Constant
|name=PATROL_PAUSE_AT_WAYPOINTS
|type=integer
|value=0
|desc=Option parameter for [[llPatrolPoints]] function.  Can be set TRUE or FALSE (the default).<br/>When set TRUE, characters will slow down and momentarily pause at each waypoint.<br/>When set FALSE, characters will continue to move to the next waypoint at full speed, with no pause.
|examples
|functions=
{{LSL DefineRow||[[llPatrolPoints]]|}}
 
|events
|cat1
|cat2
|cat3
|cat4
|self
}}
 
.{{LSLC|FixMe}}

Revision as of 19:52, 10 July 2013

Description

Constant: integer PATROL_PAUSE_AT_WAYPOINTS = 0;

The integer constant PATROL_PAUSE_AT_WAYPOINTS has the value 0

Option parameter for llPatrolPoints function. Can be set TRUE or FALSE (the default).
When set TRUE, characters will slow down and momentarily pause at each waypoint.
When set FALSE, characters will continue to move to the next waypoint at full speed, with no pause.

Related Articles

Functions

•  llPatrolPoints

Deep Notes

Search JIRA for related Issues

Signature

integer PATROL_PAUSE_AT_WAYPOINTS = 0;

.