Difference between revisions of "LlApplyRotationalImpulse"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 11: Line 11:
|caveats=Object must be physical.
|caveats=Object must be physical.
|constants
|constants
|examples
|examples=<lsl>
default
{
    state_entry()
    {
        llApplyRotationalImpulse(<0,5,0>,TRUE); //Rotates object.
    }
}
</lsl>
|helpers
|helpers
|also_functions=*{{LSLG|llApplyImpulse}}
|also_functions=*{{LSLG|llApplyImpulse}}

Revision as of 19:24, 19 August 2010