Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
NameInfo (string name, EventTags tags, int typeMetadataSize) | |
override int | Compare (NameInfo other) |
override int | Compare (KeyValuePair< string, EventTags > key) |
unsafe IntPtr | GetOrCreateEventHandle (EventProvider provider, TraceLoggingEventHandleTable eventHandleTable, EventDescriptor descriptor, TraceLoggingEventTypes eventTypes) |
int | Compare (ItemType other) |
int | Compare (KeyType key) |
Static Package Functions | |
static void | ReserveEventIDsBelow (int eventId) |
Package Attributes | |
readonly string | name |
readonly EventTags | tags |
readonly int | identity |
readonly byte[] | nameMetadata |
Private Member Functions | |
int | Compare (string otherName, EventTags otherTags) |
Static Private Attributes | |
static int | lastIdentity = 184549376 |
Definition at line 6 of file NameInfo.cs.