LlSetTorque: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
No edit summary
Line 10: Line 10:
|caveats
|caveats
|constants
|constants
|examples
|examples=<lsl>
default
{
    touch_start(integer total_number)
    {
        llSetTorque(<0,10,0>,1);
                  //X Y Z  Local
    }
}
</lsl>
 
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llSetForceAndTorque]]|}}
|also_functions={{LSL DefineRow||[[llSetForceAndTorque]]|}}

Revision as of 13:42, 14 June 2011