См. определение в файле Transport.c строка 441
442 {
443 for (
int index = 0; index <
CrewSize(); ++index)
444 {
446 return true;
447 }
448
449 return false;
450 }
proto native Human CrewMember(int posIdx)
proto native int CrewSize()
Returns crew capacity of this vehicle.
Перекрестные ссылки CrewMember() и CrewSize().