-
-
Notifications
You must be signed in to change notification settings - Fork 491
ScriptingPathObject
SuperTux Bot edited this page Jul 8, 2024
·
2 revisions
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.
Home
Guidelines
Game Mechanics
Tools
Engine
- Cameras in other games
- Collision
- Configuration File
- Console
- Cutscenes
- Game_Engine
- Lighting
- Map_transformer
- Portables
- SceneGraph
- Scripting
Specifications
Milestones
- Milestone 1 Analysis
- Milestone 2 Design Document
- Milestone 2 Design Document Old
- Milestone 3 Design Document
Building (mostly outdated)
- INSTALL.md
- Building
- Building on macOS
- Building SuperTux
- Building on Windows
- Building with MXE (cross-compile)
Meetings