C# Class FSO.SimAntics.NetPlay.Model.Commands.VMNetSimJoinCmd

Inheritance: VMNetCommandBodyAbstract
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
BodyID ulong
Client GonzoNet.NetworkClient
CurVer ushort
Gender bool
HeadID ulong
Name string
Permissions VMTSOAvatarPermissions
RequesterID uint
SkinTone byte
Ticket string
Verified bool
Version ushort

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
Execute ( VM vm ) : bool
SerializeInto ( BinaryWriter writer ) : void
Verify ( VM vm, VMAvatar caller ) : bool

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Execute() public method

public Execute ( VM vm ) : bool
vm VM
return bool

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer BinaryWriter
return void

Verify() public method

public Verify ( VM vm, VMAvatar caller ) : bool
vm VM
caller VMAvatar
return bool

Property Details

BodyID public_oe property

public ulong BodyID
return ulong

Client public_oe property

public NetworkClient,GonzoNet Client
return GonzoNet.NetworkClient

CurVer public_oe static_oe property

public static ushort CurVer
return ushort

Gender public_oe property

public bool Gender
return bool

HeadID public_oe property

public ulong HeadID
return ulong

Name public_oe property

public string Name
return string

Permissions public_oe property

public VMTSOAvatarPermissions Permissions
return VMTSOAvatarPermissions

RequesterID public_oe property

public uint RequesterID
return uint

SkinTone public_oe property

public byte SkinTone
return byte

Ticket public_oe property

public string Ticket
return string

Verified public_oe property

public bool Verified
return bool

Version public_oe property

public ushort Version
return ushort