KIND Library

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
m (1 revision)
m
Line 17: Line 17:
 
Sample [[config.txt file]] for a library asset, with the Standard Tags excluded for brevity:
 
Sample [[config.txt file]] for a library asset, with the Standard Tags excluded for brevity:
  
  [[TagName_Kind|kind]]   "library"
+
  kind  "library"
 
  script "LibraryScript.gs"
 
  script "LibraryScript.gs"
 
  class  "LibraryClass"
 
  class  "LibraryClass"

Revision as of 18:48, 18 October 2010

KIND Library is a coded module that interacts with other coded modules.

Contents

KIND Hierarchy

Parent Classes

  • none.

Child Classes

  • none.


Supported Tags

Each Library asset supports the following tags. Each tag is shown here with its default value.

  • none.


Example Config.txt

Sample config.txt file for a library asset, with the Standard Tags excluded for brevity:

kind   "library"
script "LibraryScript.gs"
class  "LibraryClass"

Downloads

Attach sample files here?

Categories

Personal tools