C# Class hds.ClientView

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Свойство Type Description
GoID System.UInt32
ViewID System.UInt16
entityId System.UInt64
spawnId uint
viewCreated bool
viewNeedsToBeDeleted bool

Méthodes publiques

Méthode Description
ClientView ( UInt32 GoID, UInt16 ViewID, System.UInt64 entityId ) : System

Method Details

ClientView() public méthode

public ClientView ( UInt32 GoID, UInt16 ViewID, System.UInt64 entityId ) : System
GoID System.UInt32
ViewID System.UInt16
entityId System.UInt64
Résultat System

Property Details

GoID public_oe property

public UInt32,System GoID
Résultat System.UInt32

ViewID public_oe property

public UInt16,System ViewID
Résultat System.UInt16

entityId public_oe property

public UInt64,System entityId
Résultat System.UInt64

spawnId public_oe property

public uint spawnId
Résultat uint

viewCreated public_oe property

public bool viewCreated
Résultat bool

viewNeedsToBeDeleted public_oe property

public bool viewNeedsToBeDeleted
Résultat bool