Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ESpawnResult.c
Go to the documentation of this file.
1/*
2 This enum represents possible results/responses sent from the authority after a SCR_SpawnRequestComponent
3 issues a request to respawn to a SCR_SpawnHandlerComponent.
4
5 When the spawning process is successfull, the return value is SCR_ESpawnResult.OK,
6 anything else is a request which has failed and resulted in the player not spawning.
7*/
SCR_ESpawnResult
@ INVALID_PREFAB
@ NOT_ALLOWED_RADIO_VEHICLE_SPAWNING_DISABLED
@ CANNOT_ASSIGN
@ CANNOT_SPAWN
@ NOT_ALLOWED_NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES
@ NOT_ALLOWED_SPAWNPOINT_OCCUPIED_BY_HOSTILE
@ NOT_ALLOWED_NOT_ENOUGH_SUPPLIES
@ NOT_ALLOWED_VEHICLE_FULL
@ NOT_ALLOWED_RANK_TOO_LOW
@ CANNOT_PREPARE
@ NOT_ALLOWED_SPAWNPOINT_DISABLED
@ NOT_ALLOWED_SPAWNING_DISABLED_ENEMIES_NEARBY
@ UNSUPPORTED_SPAWN_METHOD
@ CANNOT_POSSES
@ NOT_ALLOWED_SPAWNPOINT_DISABLED_OUT_OF_RESPAWNS
@ CANNOT_VALIDATE
@ NOT_ALLOWED_CUSTOM_LOADOUT
@ NOT_ALLOWED_VEHICLE_MOVING
@ INTERNAL_ERROR
@ SPAWN_NOT_ALLOWED
@ MISSING_HANDLER
@ NOT_ALLOWED_BASE_UNDER_ATTACK
@ NOT_ALLOWED_TIMER
@ NOT_ALLOWED_SPAWNING_DISABLED
@ NOT_ALLOWED_NO_ARSENAL
SCR_RespawnComponentClass OK
Result code for request/assign response.
Definition EMoveError.c:14