Vehicle_Definitions

Definitions of functions, types and variables.

IVehicleIteratorPtr Type
C++
typedef _smart_ptr<IVehicleIterator> IVehicleIteratorPtr;
File

IVehicleSystem.h

TDamageEffectMap Type
C++
typedef std::mapSDamageEffect> TDamageEffectMap;
File

IVehicleSystem.h

TVehicleActionId Type

Type used to hold vehicle's ActionIds

C++
typedef int TVehicleActionId;
File

IVehicleSystem.h

See Also
TVehicleAnimStateId Type

Value type used to define the state id of a vehicle animation

C++
typedef int TVehicleAnimStateId;
File

IVehicleSystem.h

See Also
TVehicleObjectId Type

Type for the id used to define the class of a vehicle object

C++
typedef unsigned int TVehicleObjectId;
File

IVehicleSystem.h

See Also
TVehicleSeatId Type

Value type used to define the seat id in the vehicle system

C++
typedef int TVehicleSeatId;
File

IVehicleSystem.h

See Also
TVehicleSoundEventId Type
C++
typedef int TVehicleSoundEventId;
File

IVehicleSystem.h

TVehicleViewId Type

Value type used to define the view id in the vehicle system

C++
typedef int TVehicleViewId;
File

IVehicleSystem.h

See Also
FirstVehicleSeatId Variable
C++
const TVehicleSeatId FirstVehicleSeatId = 1;
File

IVehicleSystem.h

InvalidSoundEventId Variable
C++
const TVehicleSoundEventId InvalidSoundEventId = -1;
File

IVehicleSystem.h

InvalidVehicleAnimStateId Variable
C++
const TVehicleAnimStateId InvalidVehicleAnimStateId = -1;
File

IVehicleSystem.h

InvalidVehicleObjectId Variable
C++
const TVehicleObjectId InvalidVehicleObjectId = 0;
File

IVehicleSystem.h

InvalidVehicleSeatId Variable
C++
const TVehicleSeatId InvalidVehicleSeatId = 0;
File

IVehicleSystem.h

InvalidVehicleViewId Variable
C++
const TVehicleSeatId InvalidVehicleViewId = 0;
File

IVehicleSystem.h