Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.EventDefinitionHandle Struct Reference

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
 

Detailed Description

Definition at line 3 of file EventDefinitionHandle.cs.


The documentation for this struct was generated from the following file: