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