AGENT ATTACHMENTS
Revision as of 15:04, 22 January 2015 by ObviousAltIsObvious Resident (talk | contribs) (<lsl> tag to <source>)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer AGENT_ATTACHMENTS = 0x0002;The integer constant AGENT_ATTACHMENTS has the value 0x0002
Caveats
Related Articles
Functions
• | llGetAgentInfo |
Examples
// This is a code fragment only
if ( ! (llGetAgentInfo( llGetOwner() ) & AGENT_ATTACHMENTS) )
llSay(0, "My attachments have fallen off");