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