C# Class hds.ClientView

Show file 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 property

public UInt32,System GoID
return System.UInt32

ViewID public property

public UInt16,System ViewID
return System.UInt16

entityId public property

public UInt64,System entityId
return System.UInt64

spawnId public property

public uint spawnId
return uint

viewCreated public property

public bool viewCreated
return bool

viewNeedsToBeDeleted public property

public bool viewNeedsToBeDeleted
return bool