Method | Description | |
---|---|---|
ReadData ( byte version, |
see
|
|
RemoveObjectTag ( ) : System |
Creates a new RemoveObjectTag instance.
|
|
RemoveObjectTag ( ushort characterId, ushort depth ) : System |
Creates a new RemoveObjectTag instance.
|
|
Serialize ( |
Serializes the specified writer.
|
|
UpdateData ( byte version ) : void |
see
|
public ReadData ( byte version, |
||
version | byte | |
binaryReader | ||
return | void |
public RemoveObjectTag ( ushort characterId, ushort depth ) : System | ||
characterId | ushort | ID of character to remove. It's the unique identifier, in the range 1..65535, of the object. |
depth | ushort | depth of character. It's the layer at which the object is placed in the Display List. |
return | System |
public Serialize ( |
||
writer | Writer. | |
return | void |