ScriptingWorldMap.md 771 B

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

Summary

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

Instance

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

Methods

Method Explanation
get_tux_x() Gets Tux's X position on the worldmap.
get_tux_y() Gets Tux's Y position on the worldmap.

Constants

None.