Difference between revisions of "AGENT WALKING"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=AGENT_IN_AIR |type=integer |value=0x0800 |desc= |pa= |text= |pb= |examples |constants= <!--{{LSL ConstRow|CHANGED_SHAPE}}--> |functions= {{LSL DefineRow||[[llGetAgentI...) |
Vex Streeter (talk | contribs) (fix name and value) |
||
Line 1: | Line 1: | ||
{{LSL Constant | {{LSL Constant | ||
|name= | |name=AGENT_WALKING | ||
|type=integer | |type=integer | ||
|value= | |value=0x0080 | ||
|desc= | |desc= | ||
|pa= | |pa= |
Revision as of 09:50, 14 May 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer AGENT_WALKING = 0x0080;The integer constant AGENT_WALKING has the value 0x0080
Caveats
Related Articles
Functions
• | llGetAgentInfo |