Vdauphin 5ca113d0ba FIX: ace_common_fnc_loadPerson don't detect taru with place for crew (#5464)
When you load somebody inside a vehicle the ace_common_fnc_loadPerson is
used. This fonction acutually search nearestObjects of type ["Car",
"Air", "Tank", "Ship_F"] to put player inside. Infortunatly, the taru
family with crew place (exemple
:"Land_Pod_Heli_Transport_04_medevac_black_F") are not detected because
the corresponding parent class of
"Land_Pod_Heli_Transport_04_medevac_black_F" is :
["Land_Pod_Heli_Transport_04_medevac_F","Pod_Heli_Transport_04_crewed_base_F","StaticWeapon","LandVehicle","Land","AllVehicles","All"].
To avoid this, the "Pod_Heli_Transport_04_crewed_base_F" parent class
should also be search by nearestobjects.
2017-08-28 22:51:03 -05:00
..
2017-05-14 14:48:05 -05:00
2015-01-12 19:22:58 +01:00
2015-03-25 06:32:08 +01:00
2015-01-12 19:22:58 +01:00
2015-03-24 20:28:44 +01:00
2015-01-12 22:34:01 +01:00
2015-01-26 13:35:31 +01:00
2015-01-12 19:22:58 +01:00
2016-02-22 15:20:36 +01:00

ace_common

Common functions and systems used by other components.

Maintainers

The people responsible for merging changes to this component or answering potential questions.