PDA

View Full Version : Class Hierarchy (cfgvehicles)



Osmo
Mar 22 2012, 19:11
Has anyone figured out where to find the class hierarchy for Take On Helicopters?

I found the cfgvehicles here: http://community.bistudio.com/wiki/Take_On_Helicopters:_CfgVehicles

But what I need is to see the hierarchy, and base classes, as they are in here: http://community.bistudio.com/wiki/ArmA:_CfgVehicles

For example, I'm pretty sure most (if not all) of the light helicopters share one base class, but currently there is no way to find out what is the name of that class.

Jedra
Mar 22 2012, 19:40
Two ways to do this (more actually but these will do)...

1. Check out the sample configs that BIS provided here (http://forums.bistudio.com/showthread.php?130480-Take-On-Samples)

2. Download the AIO Config (All In One Config). This (http://forums.bistudio.com/showthread.php?131056-Take-On-Hinds!&p=2120779&viewfull=1#post2120779) post references where to get it.

Oh, by the way, the base class is Helicopter_Base_H and all the helos inherit from this (light, medium, heavy and Hind/Gunship). This in turn inherits from Helicopter which inherits from Air (I will stop now!).

The child classes are;



Heli_Light01_Base_H
Heli_Medium01_Base_H
Hind_Base_H_DLC1
Heli_Heavy_Base_H

Osmo
Mar 22 2012, 22:06
Thanks for your reply! That was exactly what I was looking for.