tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
FieldPresence.cs
Go to the documentation of this file.
2{
6 public enum FieldPresence
7 {
12
17
21 Ignored,
22 }
23}
FieldPresence
Indicates whether a request field is Required or Ignored.
@ Ignored
The field is ignored or should not appear.
@ Required
DMAPI validation must suceed for the deployment to succeed.
@ Optional
DMAPI validation is performed but not required for the deployment to succeed.