Nuclide
Software Development Kit for id Tech
|
Shared-Entity: Model Based Vehicle. More...
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... | |
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) |
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).
Handles what happens before the entity gets removed from the client game.
Reimplemented from NSEntity.
Client: Handles network updates from the server for the associated entity.
Reimplemented from NSVehicle.
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.