Platz Function PlatzFill

From Uzebox Wiki
Jump to navigation Jump to search
Prototype

void PlatzFill(const rect *r, u8 tileId);

Description

Fills the rect r with the tile pointed to by tileId.

Parameters
  • r: The rect to fill.
  • tileId: The index of the tile that will be used to fill r.
Returns

Void

Video Modes

2,3

Since

V1.1