ObjectTemplate.SeatFlags

From Pilot_51's Wiki
Revision as of 09:53, 20 November 2008 by Pilot 51 (talk | contribs) (New page: == 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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