|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static bool | Succeeded (int error) |
| static bool | Succeeded (ErrorCodes error) |
| static bool | Failed (int error) |
| static bool | Failed (ErrorCodes error) |
| static unsafe int | SmartGetHashCode (object obj) |
| static void | ValidateCopyParameters (int dataLength, int dataIndex, int elementCount) |
| static uint | GetSizeOf< T > () |
| static void | ThrowExceptionFromErrorCode (ErrorCodes error) |
| static void | ThrowExceptionFromErrorCode (int error) |
| static void | ThrowExceptionFromResult (uint result) |
| static Exception | GetExceptionFromResult (uint result) |
| static void | CheckDisposed (object obj, IntPtr pComPtr) |
| static void | ValidateOrientation (DisplayOrientation orientation) |
| static bool | IsLandscape (DisplayOrientation orientation) |
| static DisplayOrientation | ChooseOrientation (DisplayOrientation orientation, int width, int height, bool allowLandscapeLeftAndRight) |
Static Public Attributes | |
| const uint | InvalidHandle = uint.MaxValue |
| const int | MaximumStringLength = 260 |
| const int | Guide_MessageBox_MaxButtons = 3 |
| const int | MaxNumberOfSignedInPlayers = 1 |
Static Package Attributes | |
| const int | PlayerAnyIndex = 255 |
Static Private Attributes | |
| static object | KeepKernelReturnCode = typeof(KernelReturnCode) |
Definition at line 9 of file Helpers.cs.