Space Engineers
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
VRage.Audio.MyCueId Struct Reference

Classes

class  ComparerType
 

Public Member Functions

 MyCueId (MyStringHash hash)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (MyCueId r, MyCueId l)
 
static bool operator!= (MyCueId r, MyCueId l)
 

Public Attributes

MyStringHash Hash
 

Static Public Attributes

static readonly ComparerType Comparer = new ComparerType()
 

Properties

bool IsNull [get]
 

Detailed Description

Definition at line 15 of file MyCueId.cs.

Constructor & Destructor Documentation

VRage.Audio.MyCueId.MyCueId ( MyStringHash  hash)
inline

Definition at line 23 of file MyCueId.cs.

Member Function Documentation

override bool VRage.Audio.MyCueId.Equals ( object  obj)
inline

Definition at line 36 of file MyCueId.cs.

override int VRage.Audio.MyCueId.GetHashCode ( )
inline

Definition at line 41 of file MyCueId.cs.

static bool VRage.Audio.MyCueId.operator!= ( MyCueId  r,
MyCueId  l 
)
inlinestatic

Definition at line 34 of file MyCueId.cs.

static bool VRage.Audio.MyCueId.operator== ( MyCueId  r,
MyCueId  l 
)
inlinestatic

Definition at line 33 of file MyCueId.cs.

override string VRage.Audio.MyCueId.ToString ( )
inline

Definition at line 46 of file MyCueId.cs.

Member Data Documentation

readonly ComparerType VRage.Audio.MyCueId.Comparer = new ComparerType()
static

Definition at line 63 of file MyCueId.cs.

MyStringHash VRage.Audio.MyCueId.Hash

Definition at line 21 of file MyCueId.cs.

Property Documentation

bool VRage.Audio.MyCueId.IsNull
get

Definition at line 29 of file MyCueId.cs.


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