Skip to content

ScriptingWorldMapSector

SuperTux Bot edited this page Jul 31, 2024 · 9 revisions

This file is auto-generated from the SuperTux source code, using the template ScriptingPage.md.

Summary

This class provides additional controlling functions for a worldmap sector, other than the ones listed at GameObjectManager.

Instances

An instance under worldmap.settings is available from scripts and the console.

Inheritance

This class inherits functions and variables from the following base classes:

Methods

Method Explanation
float get_tux_x()
float get_tux_y()
void set_sector(string sector)
void spawn(string sector, string spawnpoint)
void move_to_spawnpoint(string spawnpoint)
string get_filename()
void set_title_level(string filename)

Variables

None.

Constants

None.

Clone this wiki locally