См. определение в файле Transport.c строка 382
383 {
384 for (
int index = 0; index <
CrewSize(); ++index)
385 {
387 return true;
388 }
389
390 return false;
391 }
proto native Human CrewMember(int posIdx)
proto native int CrewSize()
Returns crew capacity of this vehicle.
Перекрестные ссылки CrewMember() и CrewSize().