Nuclide
Software Development Kit for id Technology
|
Shared-Entity: Model Based Vehicle.
QUAKED prop_vehicle_driveable (1 0 0) (-50 -50 0) (50 50 70)
Point entity defining a 4-wheel vehicle that you can drive.
None currently.
None currently.
This entity was introduced in Half-Life 2 (2004).
Public Member Functions | |
void | prop_vehicle_driveable (void) |
virtual void | Spawned (void) |
Called when the entity is fulled initialized. More... | |
virtual void | Physics (void) |
virtual void | RunVehiclePhysics (void) |
virtual void | WeaponInput (void) |
virtual void | PlayerInput (void) |
virtual void | OnRemoveEntity (void) |
Handles what happens before the entity gets removed from the client game. More... | |
nonvirtual void | SpawnWheels () |
virtual bool | HideViewWeapon (void) |
virtual void | PredictPreFrame (void) |
virtual void | PredictPostFrame (void) |
virtual void | ReceiveEntity (float, float) |
Client: Handles network updates from the server for the associated entity. More... | |
virtual void | UpdateView (void) |
void prop_vehicle_driveable::prop_vehicle_driveable | ( | void | ) |
|
virtual |
Reimplemented from NSVehicle.
|
virtual |
Handles what happens before the entity gets removed from the client game.
Reimplemented from NSIO.
|
virtual |
|
virtual |
Reimplemented from NSVehicle.
|
virtual |
Reimplemented from NSVehicle.
|
virtual |
Reimplemented from NSVehicle.
|
virtual |
Client: Handles network updates from the server for the associated entity.
Reimplemented from NSVehicle.
|
virtual |
|
virtual |
Called when the entity is fulled initialized.
Any spawn key/value info pairs have already been dealt with. So now we can make full decisions on the entity. Always make sure to call super::Spawned();
inside your method when overriding.
Reimplemented from NSSurfacePropEntity.
void prop_vehicle_driveable::SpawnWheels | ( | void | ) |
|
virtual |
Reimplemented from NSVehicle.
|
virtual |