C# 클래스 FSO.SimAntics.NetPlay.Model.Commands.VMNetMoveObjectCmd

상속: VMNetCommandBodyAbstract
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
ObjectID short
dir Direction
level sbyte
x short
y short

공개 메소드들

메소드 설명
Deserialize ( BinaryReader reader ) : void
Execute ( VM vm, VMAvatar caller ) : bool
SerializeInto ( BinaryWriter writer ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

Execute() 공개 메소드

public Execute ( VM vm, VMAvatar caller ) : bool
vm VM
caller VMAvatar
리턴 bool

SerializeInto() 공개 메소드

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

프로퍼티 상세

ObjectID 공개적으로 프로퍼티

public short ObjectID
리턴 short

dir 공개적으로 프로퍼티

public Direction dir
리턴 Direction

level 공개적으로 프로퍼티

public sbyte level
리턴 sbyte

x 공개적으로 프로퍼티

public short x
리턴 short

y 공개적으로 프로퍼티

public short y
리턴 short