add missing llSetVelocity stub
parent
254008cd1f
commit
ece4088a45
|
@ -1555,6 +1555,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||||
m_LSL_Functions.llSetForceAndTorque(force, torque, local);
|
m_LSL_Functions.llSetForceAndTorque(force, torque, local);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void llSetVelocity(LSL_Vector force, int local)
|
||||||
|
{
|
||||||
|
m_LSL_Functions.llSetVelocity(force, local);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
public void llSetAngularVelocity(LSL_Vector force, int local)
|
public void llSetAngularVelocity(LSL_Vector force, int local)
|
||||||
{
|
{
|
||||||
m_LSL_Functions.llSetAngularVelocity(force, local);
|
m_LSL_Functions.llSetAngularVelocity(force, local);
|
||||||
|
|
Loading…
Reference in New Issue