Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
CLong (int value) | |
CLong (nint value) | |
override bool | Equals ([NotNullWhen(true)] object? o) |
bool | Equals (CLong other) |
override int | GetHashCode () |
override string | ToString () |
bool | Equals (T? other) |
Properties | |
nint | Value [get] |
Private Attributes | |
readonly int | _value |