14 proto external
int GetAddUserActions(out notnull array<CompartmentUserAction> outAddUserActions);
15 proto external IEntity GetOwner();
16 proto external BaseControllerComponent GetController();
19 proto external
int PickDoorIndexForPoint(vector point);
20 proto external IEntity AttachedOccupant();
21 proto external IEntity GetOccupant();
22 proto external
UIInfo GetUIInfo();
23 proto external
bool IsReserved();
24 proto external
bool IsReservedBy(IEntity ent);
25 proto external
void SetReserved(IEntity ent);
27 proto external
bool GetForceFreeLook();
28 proto external
bool GetMouseSteering();
30 proto external
bool ShouldEjectUnconsciousDeadCharacters();
32 proto external
int GetCompartmentMgrID();
34 proto external
int GetCompartmentSlotID();
43 proto external
bool IsGetInLockedFor(IEntity entity);
48 proto external
bool IsGetInLocked();
53 proto external vector GetPosition();
58 event protected void DebugDrawPosition();