Difference between revisions of "Template:LSL Constants/Pathfinding Types"

From Second Life Wiki
Jump to navigation Jump to search
(Updated constant names to reflect changes in https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/12#12.10.22.266173)
m (Turns out the space is important!)
 
Line 5: Line 5:
! class="unsortable"{{!}} Description
! class="unsortable"{{!}} Description
{{!}}-
{{!}}-
{{!}}{{LSL Const|OPT_OTHER|integer|?|c=Attachments, Linden trees & grass}}
{{!}}{{LSL Const|OPT_OTHER|integer|-1|c=Attachments, Linden trees & grass}}
{{!}}{{#var:value}}
{{!}} {{#var:value}}
{{!}}Attachments, Linden trees & grass
{{!}}Attachments, Linden trees & grass
{{!}}-
{{!}}-
{{!}}{{LSL Const|OPT_LEGACY_LINKSET|integer|?|c=Movable obstacles, movable phantoms, physical, and volumedetect objects}}
{{!}}{{LSL Const|OPT_LEGACY_LINKSET|integer|0|c=Movable obstacles, movable phantoms, physical, and volumedetect objects}}
{{!}}{{#var:value}}
{{!}} {{#var:value}}
{{!}}Movable obstacles, movable phantoms, physical, and [[llVolumeDetect|volumedetect]] objects
{{!}}Movable obstacles, movable phantoms, physical, and [[llVolumeDetect|volumedetect]] objects
{{!}}-
{{!}}-
{{!}}{{LSL Const|OPT_AVATAR|integer|?|c=Avatars}}
{{!}}{{LSL Const|OPT_AVATAR|integer|1|c=Avatars}}
{{!}}{{#var:value}}
{{!}} {{#var:value}}
{{!}}Avatars
{{!}}Avatars
{{!}}-
{{!}}-
{{!}}{{LSL Const|OPT_CHARACTER|integer|?|c=Pathfinding characters}}
{{!}}{{LSL Const|OPT_CHARACTER|integer|2|c=Pathfinding characters}}
{{!}}{{#var:value}}
{{!}} {{#var:value}}
{{!}}Pathfinding characters
{{!}}Pathfinding characters
{{!}}-
{{!}}-
{{!}}{{LSL Const|OPT_WALKABLE|integer|?|c=Walkable objects}}
{{!}}{{LSL Const|OPT_WALKABLE|integer|3|c=Walkable objects}}
{{!}}{{#var:value}}
{{!}} {{#var:value}}
{{!}}Walkable objects
{{!}}Walkable objects
{{!}}-
{{!}}-
{{!}}{{LSL Const|OPT_STATIC_OBSTACLE|integer|?|c=Static obstacles}}
{{!}}{{LSL Const|OPT_STATIC_OBSTACLE|integer|4|c=Static obstacles}}
{{!}}{{#var:value}}
{{!}} {{#var:value}}
{{!}}Static obstacles
{{!}}Static obstacles
{{!}}-
{{!}}-
{{!}}{{LSL Const|OPT_MATERIAL_VOLUME|integer|?|c=Material volumes}}
{{!}}{{LSL Const|OPT_MATERIAL_VOLUME|integer|5|c=Material volumes}}
{{!}}{{#var:value}}
{{!}} {{#var:value}}
{{!}}Material volumes
{{!}}Material volumes
{{!}}-
{{!}}-
{{!}}{{LSL Const|OPT_EXCLUSION_VOLUME|integer|?|c=Exclusion volumes}}
{{!}}{{LSL Const|OPT_EXCLUSION_VOLUME|integer|6|c=Exclusion volumes}}
{{!}}{{#var:value}}
{{!}} {{#var:value}}
{{!}}Exclusion volumes
{{!}}Exclusion volumes
{{!}}-
{{!}}-
{{!}}}
{{!}}}

Latest revision as of 22:00, 20 November 2012

Flags Description
OPT_OTHER -1 Attachments, Linden trees & grass
OPT_LEGACY_LINKSET 0 Movable obstacles, movable phantoms, physical, and volumedetect objects
OPT_AVATAR 1 Avatars
OPT_CHARACTER 2 Pathfinding characters
OPT_WALKABLE 3 Walkable objects
OPT_STATIC_OBSTACLE 4 Static obstacles
OPT_MATERIAL_VOLUME 5 Material volumes
OPT_EXCLUSION_VOLUME 6 Exclusion volumes