|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override bool | Equals (object? obj) |
| bool | Equals (AssemblyFileHandle other) |
| override int | GetHashCode () |
| bool | Equals (T? other) |
Static Public Member Functions | |
| static implicit | operator Handle (AssemblyFileHandle handle) |
| static implicit | operator EntityHandle (AssemblyFileHandle handle) |
| static | operator AssemblyFileHandle (Handle handle) |
| static | operator AssemblyFileHandle (EntityHandle handle) |
| static bool | operator== (AssemblyFileHandle left, AssemblyFileHandle right) |
| static bool | operator!= (AssemblyFileHandle left, AssemblyFileHandle right) |
Static Package Functions | |
| static AssemblyFileHandle | FromRowId (int rowId) |
Properties | |
| bool | IsNil [get] |
| int | RowId [get] |
Private Member Functions | |
| AssemblyFileHandle (int rowId) | |
Private Attributes | |
| readonly int | _rowId |
Definition at line 3 of file AssemblyFileHandle.cs.