Platz Function PlatzInit

From Uzebox Wiki
Jump to navigation Jump to search
Prototype

void PlatzInit(platzActor *a, u8 sliceCount);

Description

Initializes the Platz framework.

Parameters
  • a: The actor on whom the camera will focus.
  • sliceCount: The number of world slices that make up the level to be displayed.
Returns

Void

Video Modes

3

Since

V0.3a

Example:

// Initialize the framework with the player and level size
platzActor p1;
PlatzInit(&p1,100);