C# Class hds.ClientView

Mostrar archivo Open project: hdneo/mxo-hd Class Usage Examples

Public Properties

Property Type Description
GoID System.UInt32
ViewID System.UInt16
entityId System.UInt64
spawnId uint
viewCreated bool
viewNeedsToBeDeleted bool

Public Methods

Method Description
ClientView ( UInt32 GoID, UInt16 ViewID, System.UInt64 entityId ) : System

Method Details

ClientView() public method

public ClientView ( UInt32 GoID, UInt16 ViewID, System.UInt64 entityId ) : System
GoID System.UInt32
ViewID System.UInt16
entityId System.UInt64
return System

Property Details

GoID public_oe property

public UInt32,System GoID
return System.UInt32

ViewID public_oe property

public UInt16,System ViewID
return System.UInt16

entityId public_oe property

public UInt64,System entityId
return System.UInt64

spawnId public_oe property

public uint spawnId
return uint

viewCreated public_oe property

public bool viewCreated
return bool

viewNeedsToBeDeleted public_oe property

public bool viewNeedsToBeDeleted
return bool