Template:LSL Constants/llGetAgentInfo: Difference between revisions
Jump to navigation
Jump to search
Rider Linden (talk | contribs) No edit summary |
Add new bit mask that was added by Leviathan; Not available until server v2024.11-Apple_Cobbler |
||
Line 30: | Line 30: | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const|AGENT_CROUCHING|integer|hex=0x0400|1024|c=is crouching}} | {{!}}{{LSL Const|AGENT_CROUCHING|integer|hex=0x0400|1024|c=is crouching}} | ||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}}- | |||
{{!}}{{LSL Const|AGENT_FLOATING_VIA_SCRIPTED_ATTACHMENT|integer|hex=0x8000|32768|c=is floating or hovering because of a scripted attachment}} | |||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}} |
Latest revision as of 00:51, 5 December 2024
Constant | Val | Returned if agent... |
---|---|---|
AGENT_ALWAYS_RUN | 0x1000 | has running ("Always Run") enabled, or is using tap-tap-hold |
AGENT_ATTACHMENTS | 0x0002 | has attachments |
AGENT_AUTOMATED | 0x4000 | is marked as a scripted agent/bot |
AGENT_AUTOPILOT | 0x2000 | is in "autopilot" mode |
AGENT_AWAY | 0x0040 | is in "away" mode |
AGENT_BUSY | 0x0800 | is in "busy" mode |
AGENT_CROUCHING | 0x0400 | is crouching |
AGENT_FLOATING_VIA_SCRIPTED_ATTACHMENT | 0x8000 | is floating or hovering because of a scripted attachment |
AGENT_FLYING | 0x0001 | is flying or hovering |
AGENT_IN_AIR | 0x0100 | is in the air (jumping, flying or falling) |
AGENT_MOUSELOOK | 0x0008 | is in mouselook |
AGENT_ON_OBJECT | 0x0020 | is sitting on an object (and linked to it) |
AGENT_SCRIPTED | 0x0004 | has scripted attachments |
AGENT_SITTING | 0x0010 | is sitting[1] |
AGENT_TYPING | 0x0200 | is typing |
AGENT_WALKING | 0x0080 | is walking, running or crouch walking |