Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_RadioVehicleSpawnPointClass |
Functions | |
override void | EOnInit (IEntity owner) |
override bool | IsSpawnPointEnabled () |
override bool | CanReserveFor_S (int playerId, out SCR_ESpawnResult result=SCR_ESpawnResult.SPAWN_NOT_ALLOWED) |
protected override void | InitFactionAffiliation (IEntity owner) |
Variables | |
SCR_RadioVehicleSpawnPointClass | m_PlayerSpawnPointManager |
protected Physics | m_Physics |
override bool CanReserveFor_S | ( | int | playerId, |
out SCR_ESpawnResult | result = SCR_ESpawnResult.SPAWN_NOT_ALLOWED |
||
) |
Definition at line 41 of file SCR_RadioVehicleSpawnPointComponent.c.
protected override void InitFactionAffiliation | ( | IEntity | owner | ) |
Definition at line 87 of file SCR_RadioVehicleSpawnPointComponent.c.
override bool IsSpawnPointEnabled | ( | ) |
Definition at line 35 of file SCR_RadioVehicleSpawnPointComponent.c.
protected Physics m_Physics |
Definition at line 9 of file SCR_RadioVehicleSpawnPointComponent.c.
SCR_RadioVehicleSpawnPointClass m_PlayerSpawnPointManager |