ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Size: Difference between revisions
Jump to navigation
Jump to search
m and Passengers= |
As I mentioned in 2009, Size is not even a flag in the TS engine. Also, let's use Template:f instead of <tt>, shall we? |
||
Line 1: | Line 1: | ||
{{Flag | {{Flag | ||
| | |values={{values|int}} | ||
|default=1 | |default=1 | ||
|types={{Categ|InfantryTypes}}, {{Categ|VehicleTypes}}, {{Categ|AircraftTypes}} | |types={{Categ|InfantryTypes}}, {{Categ|VehicleTypes}}, {{Categ|AircraftTypes}} | ||
|ra2=yes | |ra2=yes | ||
|yr=yes | |yr=yes | ||
}} | }} | ||
This flag specifies the amount of space | This flag specifies the amount of space a passenger unit occupies within a transport [[VehicleTypes|vehicle]]. | ||
For a passenger to be able to enter a transport the following conditions must be true: | |||
* The passenger's {{f|Size}} must not exceed the transport's {{f|SizeLimit|link}}. | |||
* The combined {{f|Size}} of all passengers including the one attempting to enter must not exceed the transport's {{f|Passengers|link}}. | |||
{{NeedsTesting}} | |||
Although technically {{f|Size}} is applicable to [[AircraftTypes|aircraft]], it's not actually possible to order an aircraft into a transport. |
Latest revision as of 22:46, 8 August 2011
Flag: | Size |
File(s): | rules(md).ini |
Values: | Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767. |
Default: | 1 |
Applicable to: | InfantryTypes, VehicleTypes, AircraftTypes |
This flag specifies the amount of space a passenger unit occupies within a transport vehicle.
For a passenger to be able to enter a transport the following conditions must be true:
- The passenger's Size must not exceed the transport's SizeLimit.
- The combined Size of all passengers including the one attempting to enter must not exceed the transport's Passengers.
Although technically Size is applicable to aircraft, it's not actually possible to order an aircraft into a transport.