Core/Vehicles: implement vehicle seat addon table to specify seat ori…
Port From (https://github.com/TrinityCore/TrinityCore/commit/a91be4995b45695d8585068d0c5e955b93027d89)
This commit is contained in:
@@ -61,4 +61,12 @@ namespace Framework.Constants
|
||||
AdjustAimPower = 0x800, // LuaIsvehicleaimpoweradjustable
|
||||
FixedPosition = 0x200000 // Used for cannons, when they should be rooted
|
||||
}
|
||||
|
||||
public enum VehicleExitParameters
|
||||
{
|
||||
VehicleExitParamNone = 0, // provided parameters will be ignored
|
||||
VehicleExitParamOffset = 1, // provided parameters will be used as offset values
|
||||
VehicleExitParamDest = 2, // provided parameters will be used as absolute destination
|
||||
VehicleExitParamMax
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user