Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RzResult.cs
Go to the documentation of this file.
2
3public enum RzResult
4{
5 Invalid = -1,
6 Success = 0,
7 AccessDenied = 5,
9 NotSupported = 50,
11 ServiceNotActive = 1062,
12 SingleInstanceApp = 1152,
13 DeviceNotConnected = 1167,
14 NotFound = 1168,
15 RequestAborted = 1235,
16 AlreadyInitialized = 1247,
17 ResourceDisabled = 4309,
18 DeviceNotAvailable = 4319,
19 NotValidState = 5023,
20 NoMoreItems = 259,
21 Failed = -2147467259
22}