LlApplyRotationalImpulse
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
Function: llApplyRotationalImpulse( vector force, integer local ); |
对对象应用旋转脉冲。
•只适用于支持物理的对象。 •它对附件不起作用。 |
无 |
注意事项 |
---|
The llAbs of -2147483648 is -2147483648. This is because the positive integer 2147483648 is outside the range of allowed LSL integer values. |
示例 |
---|
示例1
default { state_entry() { llApplyRotationalImpulse(<0,5,0>,TRUE); //Rotates object. } } |
相关函数 |
---|
• llApplyImpulse |
相关事件 |
---|
无 |