Constants: Adding HTTP_CUSTOM_HEADER, PERMISSION_TELEPORT; Updating PURSUIT_GOAL_TOLERANCE, WANDER_PAUSE_AT_WAYPOINTS, REQUIRE_LINE_OF_SIGHT

This commit is contained in:
Ima Mechanique 2012-11-21 01:23:03 +00:00
parent c7415e910b
commit ab531593d8

View file

@ -3727,6 +3727,7 @@
If this permission enabled, the object can successfully If this permission enabled, the object can successfully
call the llTakeControls libray call. call the llTakeControls libray call.
</Word> </Word>
<Word name="PERMISSION_TELEPORT" value="0x1000" />
<Word name="PERMISSION_TRACK_CAMERA" value="" /> <Word name="PERMISSION_TRACK_CAMERA" value="" />
<Word name="PERMISSION_TRIGGER_ANIMATION" value=""> <Word name="PERMISSION_TRIGGER_ANIMATION" value="">
If this permission is enabled, the object can successfully If this permission is enabled, the object can successfully
@ -4661,16 +4662,16 @@
<Word name="FORCE_DIRECT_PATH" type="integer" value="1" status="beta">Makes character navigate in a straight line toward pos. May be set to TRUE or FALSE.</Word> <Word name="FORCE_DIRECT_PATH" type="integer" value="1" status="beta">Makes character navigate in a straight line toward pos. May be set to TRUE or FALSE.</Word>
<Word name="GET_NAV_POINT_RADIUS" type="integer" value="0" status="beta" /> <Word name="GET_NAV_POINT_RADIUS" type="integer" value="0" status="beta" />
<Word name="PATROL_PAUSE_AT_WAYPOINTS" type="integer" value="0" status="beta" /> <Word name="PATROL_PAUSE_AT_WAYPOINTS" type="integer" value="0" status="beta" />
<Word name="PURSUIT_GOAL_TOLERANCE" type="integer" value="0" status="beta" /> <Word name="PURSUIT_GOAL_TOLERANCE" type="integer" value="5" />
<Word name="TRAVERSAL_TYPE" type="integer" value="7" status="beta">One of TRAVERSAL_TYPE_FAST, TRAVERSAL_TYPE_SLOW, and TRAVERSAL_TYPE_NONE.</Word> <Word name="TRAVERSAL_TYPE" type="integer" value="7" status="beta">One of TRAVERSAL_TYPE_FAST, TRAVERSAL_TYPE_SLOW, and TRAVERSAL_TYPE_NONE.</Word>
<Word name="TRAVERSAL_TYPE_FAST" type="integer" value="1" status="beta" /> <Word name="TRAVERSAL_TYPE_FAST" type="integer" value="1" status="beta" />
<Word name="TRAVERSAL_TYPE_NONE" type="integer" value="2" status="beta" /> <Word name="TRAVERSAL_TYPE_NONE" type="integer" value="2" status="beta" />
<Word name="TRAVERSAL_TYPE_SLOW" type="integer" value="0" status="beta" /> <Word name="TRAVERSAL_TYPE_SLOW" type="integer" value="0" status="beta" />
<Word name="WANDER_PAUSE_AT_WAYPOINTS" type="integer" value="0" status="beta"></Word> <Word name="WANDER_PAUSE_AT_WAYPOINTS" type="integer" value="0"></Word>
<Word name="PURSUIT_FUZZ_FACTOR" type="integer" value="3" status="beta">Selects a random destination near the offset.</Word> <Word name="PURSUIT_FUZZ_FACTOR" type="integer" value="3" status="beta">Selects a random destination near the offset.</Word>
<Word name="PURSUIT_INTERCEPT" type="integer" value="4" status="beta">Define whether the character attempts to predict the target's location.</Word> <Word name="PURSUIT_INTERCEPT" type="integer" value="4" status="beta">Define whether the character attempts to predict the target's location.</Word>
<Word name="PURSUIT_OFFSET" type="integer" value="1" status="beta">Go to a position offset from the target.</Word> <Word name="PURSUIT_OFFSET" type="integer" value="1" status="beta">Go to a position offset from the target.</Word>
<Word name="REQUIRE_LINE_OF_SIGHT" type="integer" value="2" status="beta">Define whether the character needs a line-of-sight to give chase.</Word> <Word name="REQUIRE_LINE_OF_SIGHT" type="integer" value="2">Define whether the character needs a line-of-sight to give chase.</Word>
<Word name="HORIZONTAL" type="integer" value="1" /> <Word name="HORIZONTAL" type="integer" value="1" />
<Word name="VERTICAL" type="integer" value="0"></Word> <Word name="VERTICAL" type="integer" value="0"></Word>
@ -4743,6 +4744,7 @@
<Word name="HTTP_BODY_MAXLENGTH" /> <Word name="HTTP_BODY_MAXLENGTH" />
<Word name="HTTP_BODY_TRUNCATED" /> <Word name="HTTP_BODY_TRUNCATED" />
<Word name="HTTP_CUSTOM_HEADER" value="5">Usage: 'HTTP_CUSTOM_HEADER, string, string'. Add an extra custom HTTP header to the request. The first string is the name of the parameter to change, e.g. "Pragma", and the second string is the value, e.g. "no-cache".</Word>
<Word name="HTTP_METHOD" /> <Word name="HTTP_METHOD" />
<Word name="HTTP_MIMETYPE" /> <Word name="HTTP_MIMETYPE" />