![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_VehicleSpawnProtectionComponentClass |
Functions | |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| override void | EOnInit (IEntity owner) |
| void | ReleaseProtection () |
| void | SetProtectionTime (int protectionTime) |
| void | SetVehicleOwner (int playerID) |
| void | SetProtectOnlyDriverSeat (bool onlyDriverSeat) |
| void | SetReasonText (string text) |
| int | GetVehicleOwner () |
| bool | IsProtected (notnull IEntity playerEntering, notnull BaseCompartmentSlot compartmentSlot) |
| void | OnPlayerDisconected (int playerID) |
| void | OnPlayerDisconnected (int playerID) |
| LocalizedString | GetReasonText (IEntity user) |
| void | RemoveEventHandlers () |
Variables | |
| SCR_VehicleSpawnProtectionComponentClass | NO_OWNER = -1 |
| int | m_iTimeOfProtection |
| bool | m_bOnlyDriverSeat = true |
| string | m_sReasonText |
|
protected |
|
protected |
Definition at line 103 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
| [in] | playerEntering | |
| [in] | compartmentSlot |
Definition at line 113 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
Definition at line 136 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
Definition at line 142 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
Definition at line 35 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
Definition at line 161 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
| [in] | protectionTime |
Definition at line 46 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
| [in] | onlyDriverSeat |
Definition at line 89 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
| [in] | text |
Definition at line 96 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
| [in] | playerID |
Definition at line 57 of file SCR_VehicleSpawnProtectionComponent.c.
Definition at line 15 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
Definition at line 14 of file SCR_VehicleSpawnProtectionComponent.c.
|
protected |
Definition at line 19 of file SCR_VehicleSpawnProtectionComponent.c.
| SCR_VehicleSpawnProtectionComponentClass NO_OWNER = -1 |