|
Moai SDK
1.5 revision 1 (MoaiEdition)
|
Function List | |
| clearTileFlags | |
| fill | |
| getTile | |
| getTileFlags | |
| setRow | |
| setTile | |
| setTileFlags | |
| streamTilesIn | |
| streamTilesOut | |
| toggleTileFlags | |
Reads tiles directly from a stream. Call this only after initializing the grid. Only the content of the tiles buffer is read.
function streamTilesIn ( MOAIGrid self, MOAIStream stream )
| self | ( MOAIGrid ) |
| stream | ( MOAIStream ) |
Writes tiles directly to a stream. Only the content of the tiles buffer is written.
function streamTilesOut ( MOAIGrid self, MOAIStream stream )
| self | ( MOAIGrid ) |
| stream | ( MOAIStream ) |