This website requires JavaScript.
Explore
Help
Sign In
spt
/
server
Watch
0
Star
0
Fork
0
You've already forked server
mirror of
https://github.com/sp-tarkov/server.git
synced
2025-02-13 09:50:43 -05:00
Code
server
/
project
/
src
/
models
/
enums
/
ExitStatis.ts
9 lines
116 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add Repo
2023-03-03 15:23:46 +00:00
export
enum
ExitStatus
Auto-formatting Sweep
2023-11-15 20:35:05 -05:00
{
Add Repo
2023-03-03 15:23:46 +00:00
SURVIVED
=
0
,
KILLED
=
1
,
LEFT
=
2
,
RUNNER
=
3
,
Auto-formatting Sweep
2023-11-15 20:35:05 -05:00
MISSINGINACTION
=
4
,
}
Copy Permalink