mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Add glue for llSetVehicleFlags(), llRemoveVehicleFlags(). ChODE: Add associated methods.
This commit is contained in:
@@ -286,7 +286,17 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
}
|
||||
|
||||
}//end ProcessRotationVehicleParam
|
||||
|
||||
internal void ProcessFlagsVehicleSet(int flags)
|
||||
{
|
||||
m_flags |= (VehicleFlag)flags;
|
||||
}
|
||||
|
||||
internal void ProcessFlagsVehicleRemove(int flags)
|
||||
{
|
||||
m_flags &= ~((VehicleFlag)flags);
|
||||
}
|
||||
|
||||
internal void ProcessTypeChange(Vehicle pType)
|
||||
{
|
||||
// Set Defaults For Type
|
||||
|
||||
Reference in New Issue
Block a user