mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Glue code for a couple of new LSL function implementations
This commit is contained in:
@@ -1196,6 +1196,15 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
public override bool PIDHoverActive { set { return; } }
|
||||
public override PIDHoverType PIDHoverType { set { return; } }
|
||||
public override float PIDHoverTau { set { return; } }
|
||||
|
||||
public override Quaternion APIDTarget{ set { return; } }
|
||||
|
||||
public override bool APIDActive{ set { return; } }
|
||||
|
||||
public override float APIDStrength{ set { return; } }
|
||||
|
||||
public override float APIDDamping{ set { return; } }
|
||||
|
||||
|
||||
public override void SubscribeEvents(int ms)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user