seatFlags

setFlags <seat flag>

Seat flags allow you to set how the soldier sits in the seat and what part of the body is visible.

SeatFlags
c_SeatIsOutside : sets whether the player can be killed while sitting in the seat or not.
c_SeatShowFullBodySoldier : sets that a full player body should be visible.
c_SeatShowHalfBodySoldier : sets that only the top half of the player will be visible.
c_SeatShowHeadOfSoldier : sets that just the head of the soldier should be visible.
c_SeatShowStandingSoldier : sets that a standing soldier should be visible.

Example:

ObjectTemplate.seatFlags c_SeatShowFullBodySoldier
ObjectTemplate.seatFlags c_SeatIsOutside
ObjectTemplate.seatAnimationUpperBody Ub_PassengerInWilly
ObjectTemplate.seatAnimationLowerBody Lb_PassengerInWilly

Valid object types

SeatObject