ObjectTemplate.SeatFlags

From Pilot_51's Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

MDT description

This property defines the visibility and shootability of a soldier in a vehicle. It can be set one or more times within an object. The settings are:

c_SeatIsOutside - means the soldier can be can be shot even though he is in a vehicle. 
c_SeatShowFullBodySoldier - means that the full body of the soldier can be visible. 
c_SeatShowHalfBodySoldier - means that at most only the top half of the player should be visible. 
c_SeatShowHeadOfSoldier - means that just the head of the soldier should be visible. (not used in game) 
c_SeatShowStandingSoldier - means that a standing soldier will be visible.


Source and more details

Additional Description