C# Class SharpMod.Messages.ClCorpseMessage

Show file Open project: txdv/sharpmod Class Usage Examples

Public Properties

Property Type Description
Angle0 int
Angle1 int
Angle2 int
ClassID byte
CoordX long
CoordY long
CoordZ long
Delay long
ModelName string
PlayerID byte
Sequence byte
TeamID byte

Property Details

Angle0 public property

public int Angle0
return int

Angle1 public property

public int Angle1
return int

Angle2 public property

public int Angle2
return int

ClassID public property

public byte ClassID
return byte

CoordX public property

public long CoordX
return long

CoordY public property

public long CoordY
return long

CoordZ public property

public long CoordZ
return long

Delay public property

public long Delay
return long

ModelName public property

public string ModelName
return string

PlayerID public property

public byte PlayerID
return byte

Sequence public property

public byte Sequence
return byte

TeamID public property

public byte TeamID
return byte