Skip to content

ScriptingAnchorPoints

SuperTux Bot edited this page Apr 22, 2023 · 4 revisions

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

Summary

This module contains global anchor constants.

Instance

None.

Methods

None.

Constants

Constant Explanation
int ANCHOR_TOP_LEFT Top-left anchor point.
int ANCHOR_TOP Top anchor point.
int ANCHOR_TOP_RIGHT Top-right anchor point.
int ANCHOR_LEFT Left anchor point.
int ANCHOR_MIDDLE Middle anchor point.
int ANCHOR_RIGHT Right anchor point.
int ANCHOR_BOTTOM_LEFT Bottom-left anchor point.
int ANCHOR_BOTTOM Bottom anchor point.
int ANCHOR_BOTTOM_RIGHT Bottom-right anchor point.
Clone this wiki locally