Vehicles (programming): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Strider, Helicopter, and APC Source Code)
Line 1: Line 1:
{{abstract coding}}
{{abstract coding}}
This article is meant to give an indepth analysis of the programming needed to create a vehicle in Source.
This article is meant to give an indepth analysis of the programming needed to create a vehicle in Source.
==Articles==
==Interfaces==
* [[IVehicle]] - Vehicle Generalizations
* [[IVehicle]] - Vehicle Generalizations



Revision as of 04:44, 27 August 2006

Template:Abstract coding This article is meant to give an indepth analysis of the programming needed to create a vehicle in Source.

Interfaces

Multi Passenger Code

Jurassic Rage coding team has released multipassenger vehicle code here.

Pilotable Code

TheQuartz has released the Strider, Helicopter, and APC Source Code on his blog