Arma Reforger Script API
|
Public Member Functions | |
proto external EntitySlotInfo | GetSlotInfo () |
Returns the current slot info. | |
proto external IEntity | GetAttachedEntity () |
Returns the current attached entity. | |
void | OnAttachedEntity (IEntity ent) |
Runs every time an entity is attached to the slot. | |
void | OnDetachedEntity (IEntity ent) |
Runs every time an entity is detached from the slot. | |
![]() | |
bool | OnTicksOnRemoteProxy () |
proto external IEntity BaseSlotComponent.GetAttachedEntity | ( | ) |
Returns the current attached entity.
proto external EntitySlotInfo BaseSlotComponent.GetSlotInfo | ( | ) |
Returns the current slot info.
void BaseSlotComponent.OnAttachedEntity | ( | IEntity | ent | ) |
Runs every time an entity is attached to the slot.
Implemented in SCR_WheelSlotComponent.
void BaseSlotComponent.OnDetachedEntity | ( | IEntity | ent | ) |
Runs every time an entity is detached from the slot.