Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
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
*/
8
enum
SCR_ESpawnResult
9
{
13
OK
= 0,
14
18
BAD_REQUEST
= 1000,
19
24
UNSUPPORTED_SPAWN_METHOD
= 2000,
25
29
MISSING_HANDLER
,
30
37
SPAWN_NOT_ALLOWED
= 3000,
38
39
NOT_ALLOWED_TIMER
,
40
NOT_ALLOWED_SPAWNPOINT_DISABLED
,
41
NOT_ALLOWED_SPAWNING_DISABLED
,
42
NOT_ALLOWED_VEHICLE_FULL
,
43
NOT_ALLOWED_VEHICLE_MOVING
,
44
NOT_ALLOWED_RADIO_VEHICLE_SPAWNING_DISABLED
,
45
NOT_ALLOWED_SPAWNPOINT_OCCUPIED_BY_HOSTILE
,
46
NOT_ALLOWED_SPAWNING_DISABLED_ENEMIES_NEARBY
,
47
NOT_ALLOWED_SPAWNPOINT_DISABLED_OUT_OF_RESPAWNS
,
48
NOT_ALLOWED_NOT_ENOUGH_SUPPLIES
,
49
NOT_ALLOWED_NO_ARSENAL
,
50
NOT_ALLOWED_CUSTOM_LOADOUT
,
51
NOT_ALLOWED_BASE_UNDER_ATTACK
,
52
NOT_ALLOWED_NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES
,
53
NOT_ALLOWED_RANK_TOO_LOW
,
54
60
INVALID_PREFAB
= 5000,
61
69
CANNOT_VALIDATE
,
70
75
CANNOT_SPAWN
,
76
83
CANNOT_PREPARE
,
84
89
CANNOT_POSSES
,
90
97
CANNOT_ASSIGN
,
98
102
INTERNAL_ERROR
= 666666,
103
108
UNKNOWN_ERROR
= 999999,
109
};
SCR_ESpawnResult
SCR_ESpawnResult
Definition
SCR_ESpawnResult.c:9
INVALID_PREFAB
@ INVALID_PREFAB
Definition
SCR_ESpawnResult.c:60
NOT_ALLOWED_RADIO_VEHICLE_SPAWNING_DISABLED
@ NOT_ALLOWED_RADIO_VEHICLE_SPAWNING_DISABLED
Definition
SCR_ESpawnResult.c:44
CANNOT_ASSIGN
@ CANNOT_ASSIGN
Definition
SCR_ESpawnResult.c:97
CANNOT_SPAWN
@ CANNOT_SPAWN
Definition
SCR_ESpawnResult.c:75
NOT_ALLOWED_NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES
@ NOT_ALLOWED_NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES
Definition
SCR_ESpawnResult.c:52
NOT_ALLOWED_SPAWNPOINT_OCCUPIED_BY_HOSTILE
@ NOT_ALLOWED_SPAWNPOINT_OCCUPIED_BY_HOSTILE
Definition
SCR_ESpawnResult.c:45
NOT_ALLOWED_NOT_ENOUGH_SUPPLIES
@ NOT_ALLOWED_NOT_ENOUGH_SUPPLIES
Definition
SCR_ESpawnResult.c:48
NOT_ALLOWED_VEHICLE_FULL
@ NOT_ALLOWED_VEHICLE_FULL
Definition
SCR_ESpawnResult.c:42
NOT_ALLOWED_RANK_TOO_LOW
@ NOT_ALLOWED_RANK_TOO_LOW
Definition
SCR_ESpawnResult.c:53
CANNOT_PREPARE
@ CANNOT_PREPARE
Definition
SCR_ESpawnResult.c:83
NOT_ALLOWED_SPAWNPOINT_DISABLED
@ NOT_ALLOWED_SPAWNPOINT_DISABLED
Definition
SCR_ESpawnResult.c:40
NOT_ALLOWED_SPAWNING_DISABLED_ENEMIES_NEARBY
@ NOT_ALLOWED_SPAWNING_DISABLED_ENEMIES_NEARBY
Definition
SCR_ESpawnResult.c:46
UNSUPPORTED_SPAWN_METHOD
@ UNSUPPORTED_SPAWN_METHOD
Definition
SCR_ESpawnResult.c:24
CANNOT_POSSES
@ CANNOT_POSSES
Definition
SCR_ESpawnResult.c:89
NOT_ALLOWED_SPAWNPOINT_DISABLED_OUT_OF_RESPAWNS
@ NOT_ALLOWED_SPAWNPOINT_DISABLED_OUT_OF_RESPAWNS
Definition
SCR_ESpawnResult.c:47
CANNOT_VALIDATE
@ CANNOT_VALIDATE
Definition
SCR_ESpawnResult.c:69
NOT_ALLOWED_CUSTOM_LOADOUT
@ NOT_ALLOWED_CUSTOM_LOADOUT
Definition
SCR_ESpawnResult.c:50
NOT_ALLOWED_VEHICLE_MOVING
@ NOT_ALLOWED_VEHICLE_MOVING
Definition
SCR_ESpawnResult.c:43
INTERNAL_ERROR
@ INTERNAL_ERROR
Definition
SCR_ESpawnResult.c:102
SPAWN_NOT_ALLOWED
@ SPAWN_NOT_ALLOWED
Definition
SCR_ESpawnResult.c:37
MISSING_HANDLER
@ MISSING_HANDLER
Definition
SCR_ESpawnResult.c:29
NOT_ALLOWED_BASE_UNDER_ATTACK
@ NOT_ALLOWED_BASE_UNDER_ATTACK
Definition
SCR_ESpawnResult.c:51
NOT_ALLOWED_TIMER
@ NOT_ALLOWED_TIMER
Definition
SCR_ESpawnResult.c:39
NOT_ALLOWED_SPAWNING_DISABLED
@ NOT_ALLOWED_SPAWNING_DISABLED
Definition
SCR_ESpawnResult.c:41
NOT_ALLOWED_NO_ARSENAL
@ NOT_ALLOWED_NO_ARSENAL
Definition
SCR_ESpawnResult.c:49
OK
SCR_RespawnComponentClass OK
Result code for request/assign response.
Definition
EMoveError.c:14
BAD_REQUEST
@ BAD_REQUEST
Definition
EPersistenceStatusCode.c:23
UNKNOWN_ERROR
@ UNKNOWN_ERROR
Definition
EPersistenceStatusCode.c:24
scripts
Game
Respawn
Utilities
SCR_ESpawnResult.c
Generated by
1.17.0