Difference between revisions of "AGENT TYPING"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL Constant |name=AGENT_IN_AIR |type=integer |value=0x0200 |desc= |pa= |text= |pb= |examples |constants= <!--{{LSL ConstRow|CHANGED_SHAPE}}--> |functions= {{LSL DefineRow||[[llGetAgentI...)
 
m (<lsl> tag to <source>)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LSL Constant
{{LSL Constant
|name=AGENT_IN_AIR
|name=AGENT_TYPING
|type=integer
|type=integer
|value=0x0200
|value={{LSL Hex|0x0200}}
|desc=
|desc=
|pa=
|pa=
|text=
|text=
|pb=
|pb=
|examples
|examples=
<source lang="lsl2">
    // This is a code fragment only
    if (llGetAgentInfo( llGetOwner() ) & AGENT_AWAY)   
        llSay(0, "Oh my poor fingers");
</source>
|constants=
|constants=
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->

Latest revision as of 16:10, 22 January 2015