См. определение в файле Transport.c строка 314
315 {
316 for (
int index = 0; index <
CrewSize(); ++index)
317 {
319 return true;
320 }
321
322 return false;
323 }
proto native Human CrewMember(int posIdx)
proto native int CrewSize()
Returns crew capacity of this vehicle.
Перекрестные ссылки CrewMember() и CrewSize().