TrainzScript Language Reference
From TrainzOnline
(Difference between revisions)
m (→Language Topics: indonesia) |
|||
Line 2: | Line 2: | ||
− | + | =Language Elements= | |
+ | *[[Comments & Delineation]] | ||
+ | *[[Keywords]] | ||
+ | *[[Operators]] | ||
+ | *[[Types]] | ||
− | |||
− | |||
− | Trainz | + | =Language Topics= |
+ | *[[Arrays]] | ||
+ | |||
+ | |||
+ | =Class API Reference= | ||
+ | The following classes form the core of the TrainzScript language, and are present in all runtime environments. | ||
+ | |||
+ | ''Classes marked with an asterisk have no parent class.'' | ||
+ | |||
+ | *[[class GSObject|GSObject]] * | ||
+ | **[[class Asset|Asset]] | ||
+ | **[[class GameObject|GameObject]] | ||
+ | ***[[class TrainzGameObject|TrainzGameObject]] | ||
+ | ***[[class PropertyObject|PropertyObject]] * | ||
+ | ****[[class Library|Library]] | ||
+ | **[[class KUID|KUID]] | ||
+ | **[[class Soup|Soup]] | ||
+ | **[[class StringTable|StringTable]] | ||
+ | *[[class Constructors|Constructors]] * | ||
+ | *[[class Math|Math]] * | ||
+ | *[[class Router|Router]] * | ||
+ | *[[class Str|Str]] * | ||
+ | |||
+ | Other common classes used in the Trainz game runtime environment are documented under [[TrainzScript Library Reference]]. | ||
+ | |||
=Categories= | =Categories= | ||
[[Category:TrainzScript]] | [[Category:TrainzScript]] |
Revision as of 23:34, 20 May 2015
Contents |
Language Elements
Language Topics
Class API Reference
The following classes form the core of the TrainzScript language, and are present in all runtime environments.
Classes marked with an asterisk have no parent class.
- GSObject *
- Constructors *
- Math *
- Router *
- Str *
Other common classes used in the Trainz game runtime environment are documented under TrainzScript Library Reference.