Method | Description | |
---|---|---|
GetImage ( uint direction, uint zoom, uint worldRotation ) : |
Gets a DGRPImage instance from this DGRP instance.
|
|
Read ( IffFile iff, Stream stream ) : void |
Reads a DGRP from a stream instance.
|
|
Write ( IffFile iff, Stream stream ) : bool |
public GetImage ( uint direction, uint zoom, uint worldRotation ) : |
||
direction | uint | The direction the DGRP is facing. |
zoom | uint | Zoom level DGRP is drawn at. |
worldRotation | uint | Current rotation of world. |
return |
public Read ( IffFile iff, Stream stream ) : void | ||
iff | IffFile | An Iff instance. |
stream | Stream | A Stream instance holding a DGRP chunk. |
return | void |
public Write ( IffFile iff, Stream stream ) : bool | ||
iff | IffFile | |
stream | Stream | |
return | bool |