Skip to content

LogicMgr

BttrDrgn edited this page Jul 14, 2022 · 3 revisions

ActivateFreeBall(bool a2)

Arguments

  1. bool a2 - unknown

Description

Unknown

ActivatePowerup(Sexy::PowerupType powerup, int a3)

Arguments

  1. Sexy::PowerupType powerup - the powerup to trigger
  2. int a3 - activate powerup now (?)

Description

Triggers the powerup effect on call

AddStandardText(std::string text, float pos_x, float pos_y, int type)

Arguments

  1. std::string text - the text to display
  2. float pos_x - X position (640 max) of the text
  3. float pos_y - Y position (480 max) of the text
  4. int type - the type of text to show; WARNING some types may crash, types currently undocumented

Description

Displays text on screen with supplied arguments