Npc apcdriver
Jump to navigation
Jump to search
Entity description
The NPC used to drive an APC vehicle (prop_vehicle_apc).
This entity has no physical representation in-game, and as such does not require specific placement in relation to its APC model.

Keyvalues
- Template:Kv vehicledrivernpc
- drivermaxspeed
- <float> Maxspeed (percentage of vehicle's maxspeed).
- driverminspeed
- <float> MinSpeed (percentage of vehicle's maxspeed).
Flags
- Template:Fl basenpc
- 65536 : No Rocket Attacks
- 131072 : No Gun Attacks
Inputs
- Template:I vehicledrivernpc
- SetDriversMaxSpeed <float>
- Set the drivermaxspeed.
- SetDriversMinSpeed <float>
- Set the driverminspeed.
- StartForward
- Tell the driver to start driving.
- Stop
- Tell the driver to stop driving.
Outputs
- Template:O basenpc
- DisableFiring <float>
- Disables firing from happening
- EnableFiring <float>
- Enables firing to start. Firing is enabled by default