C# Class Sharpcraft.Networking.Packets.UpdateWindowPropertyPacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Property System.Int16
Property short
Value System.Int16
Value short
WindowID sbyte

Public Methods

Method Description
UpdateWindowPropertyPacket ( sbyte windowId, Int16 property, Int16 value ) : System

Method Details

UpdateWindowPropertyPacket() public method

public UpdateWindowPropertyPacket ( sbyte windowId, Int16 property, Int16 value ) : System
windowId sbyte
property System.Int16
value System.Int16
return System

Property Details

Property public property

public Int16,System Property
return System.Int16

Property public property

public short Property
return short

Value public property

public Int16,System Value
return System.Int16

Value public property

public short Value
return short

WindowID public property

public sbyte WindowID
return sbyte