Scripting
m (1 revision) |
Tonyhilliam (Talk | contribs) |
||
Line 14: | Line 14: | ||
[[TrainzScript User Interface]] - ''implementing user interfaces in TrainzScript.'' | [[TrainzScript User Interface]] - ''implementing user interfaces in TrainzScript.'' | ||
− | [[New TrainzScript Features]] - ''recent additions to the scripting environment.'' | + | [[New TrainzScript Features]] - ''recent additions to the scripting environment (TS2009).'' |
Revision as of 14:47, 18 August 2017
Contents |
Script References
TrainzScript Language Reference - learn the syntax and runtime environment of the TrainzScript language.
TrainzScript Library Reference - read through the API documentation of the system libraries included with Trainz.
TrainzScript Message Reference - documentation covering the messaging system in Trainz.
Getting Started in TrainzScript - tutorials covering the first steps in writing asset scripts.
iTrainz - learn how to establish communication between scripts running on different users' machines and manage persistent data keyed to the local user's account.
TrackSearch - perform runtime analysis of the track layout of a route, including junctions, signalling and trains.
TrainzScript User Interface - implementing user interfaces in TrainzScript.
New TrainzScript Features - recent additions to the scripting environment (TS2009).
Script usage within Trainz
Scripted Assets - customize the behavior of your content using script.
Session Rules - create flexible rules which act as building blocks and allow scripters and non-scripters to configure their sessions.
Script Libraries - implement reusable library code and distribute it as a standalone asset, allowing yourself or other scripters to make use of your functions without embedding a specific version of your code within each new asset.
Object Instance Scripts - customise a specific object instance within a route or session without the need to create a unique asset.
iTrainz Servlets - develop server scripts for the iTrainz environment.
Incubator - a home for new script technologies.
Feedback
Script Feature Requests - have a cool idea, but missing that one crucial API? Request it here.