◆ AreDoorFake()
proto external bool BaseCompartmentManagerComponent.AreDoorFake |
( |
int | doorIndex | ) |
|
Returns true if doorIndex is valid and the assocciated door is fake. False otherwise.
◆ AreDoorOpen()
proto external bool BaseCompartmentManagerComponent.AreDoorOpen |
( |
int | doorIndex | ) |
|
Returns true if doorIndex is valid and the assocciated door is open.
False otherwise. Fake door is always considered open.
◆ FindCompartment()
proto external BaseCompartmentSlot BaseCompartmentManagerComponent.FindCompartment |
( |
int | compartmentID, |
|
|
int | mgrId = -1 ) |
Searches for compartment by ID of slot and compartment manager.
◆ GetCompartments()
proto external int BaseCompartmentManagerComponent.GetCompartments |
( |
out notnull array< BaseCompartmentSlot > | outCompartments | ) |
|
Returns a list and count of all compartments.
◆ GetDoor()
◆ GetDoorInfo()
proto external CompartmentDoorInfo BaseCompartmentManagerComponent.GetDoorInfo |
( |
int | doorIndex | ) |
|
◆ GetDoorReference()
Get door referencing this door index.
◆ GetDoorUser()
proto external IEntity BaseCompartmentManagerComponent.GetDoorUser |
( |
int | doorIndex | ) |
|
◆ GetOwner()
proto external IEntity BaseCompartmentManagerComponent.GetOwner |
( |
| ) |
|
◆ IsDoorFake()
proto external bool BaseCompartmentManagerComponent.IsDoorFake |
( |
int | doorIndex | ) |
|
Returns true if doorIndex is valid and the assocciated door is fake. False otherwise.
◆ IsDoorOpen()
proto external bool BaseCompartmentManagerComponent.IsDoorOpen |
( |
int | doorIndex | ) |
|
Returns true if doorIndex is valid and the assocciated door is open.
False otherwise. Fake door is always considered open.
◆ IsGetInAndOutBlockedByDoorUser()
proto external bool BaseCompartmentManagerComponent.IsGetInAndOutBlockedByDoorUser |
( |
int | doorIndex | ) |
|
The documentation for this interface was generated from the following file:
- Game/generated/Vehicle/BaseCompartmentManagerComponent.c