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

Inheritance: VMNetCommandBodyAbstract
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Level VMTSOAvatarPermissions
TargetUID uint
Verified bool

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 System.IO.BinaryWriter
return void

Verify() public method

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

Property Details

Level public_oe property

public VMTSOAvatarPermissions Level
return VMTSOAvatarPermissions

TargetUID public_oe property

public uint TargetUID
return uint

Verified public_oe property

public bool Verified
return bool