AGENT MOUSELOOK

Description

Constant: integer AGENT_MOUSELOOK = 0x0008;

The integer constant AGENT_MOUSELOOK has the value 0x0008

Caveats


Related Articles

Functions

•  llGetAgentInfo

Examples

    // This is a code fragment only
    if (llGetAgentInfo( llGetOwner() ) & AGENT_MOUSELOOK)    
        llSay(0, "Wee tim'rous beastie, where art thou?");

Deep Notes

Search Canny for related Issues

Signature

integer AGENT_MOUSELOOK = 0x0008;