Arguments.ArgumentErrorPolicy
Specifies how Unity handles errors in dedicated server command line arguments.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.DedicatedServer
- Assembly: UnityEngine.CoreModule
public enum Arguments.ArgumentErrorPolicy
Remarks
Use this enum with Arguments.ErrorPolicy to control whether Unity ignores, warns, or stops the server when it encounters unknown arguments or invalid argument values.