This file is auto-generated from the SuperTux source code, using the template ScriptingPage.md.
A base class for all objects that contain, or make use of a path.
None.
The following classes inherit functions and variables from this class:
Method | Explanation |
---|---|
void goto_node(int node_idx) |
Moves the path object until at given node, then stops. |
void set_node(int node_idx) |
Jumps instantly to the given node. |
void start_moving() |
Starts moving the path object automatically. |
void stop_moving() |
Stops moving the path object. |
None.
None.