|
| class OffroadHatchback extends CarScript | OnDebugSpawn () |
| |
| void | OffroadHatchback () |
| |
| override void | EEInit () |
| |
| override void | OnEngineStart () |
| |
| override void | OnEngineStop () |
| |
| override void | EOnPostSimulate (IEntity other, float timeSlice) |
| |
| override int | GetAnimInstance () |
| |
| override float | GetTransportCameraDistance () |
| |
| override int | GetSeatAnimationType (int posIdx) |
| |
| override CarRearLightBase | CreateRearLight () |
| |
| override CarLightBase | CreateFrontLight () |
| |
| override bool | CanReleaseAttachment (EntityAI attachment) |
| |
| override protected bool | CanManipulateSpareWheel (string slotSelectionName) |
| |
| override bool | CanDisplayAttachmentCategory (string category_name) |
| |
| override bool | CanDisplayCargo () |
| |
| override int | GetCarDoorsState (string slotType) |
| |
| override bool | CrewCanGetThrough (int posIdx) |
| |
| override string | GetDoorSelectionNameFromSeatPos (int posIdx) |
| |
| override string | GetDoorInvSlotNameFromSeatPos (int posIdx) |
| |
| override float | OnSound (CarSoundCtrl ctrl, float oldValue) |
| |
| override string | GetAnimSourceFromSelection (string selection) |
| |
| override string | GetDoorConditionPointFromSelection (string selection) |
| |
| override int | GetCrewIndex (string selection) |
| |
| override bool | IsVitalTruckBattery () |
| |
| override bool | IsVitalGlowPlug () |
| |
| override bool | CanReachSeatFromSeat (int currentSeat, int nextSeat) |
| |
| override bool | CanReachDoorsFromSeat (string pDoorsSelection, int pCurrentSeat) |
| |
| override int | GetSeatIndexFromDoor (string pDoorSelection) |
| |
| override void | SetActions () |
| |