This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
script:language [2019-11-17 20:05] – [Modules] skyjake | script:language [2019-12-15 16:08] (current) – [Modules] skyjake | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Doomsday Script language ====== | ||
+ | |||
+ | ===== Built-ins ===== | ||
+ | |||
+ | ==== Built-in types ==== | ||
+ | |||
+ | * Number | ||
+ | * Text | ||
+ | * Time | ||
+ | * Array | ||
+ | * Dictionary | ||
+ | * Function | ||
+ | * Record | ||
+ | |||
+ | |||
+ | ==== Built-in constants ==== | ||
+ | |||
+ | * True | ||
+ | * False | ||
+ | * None | ||
+ | * Pi | ||
+ | |||
+ | |||
+ | ==== Built-in functions ==== | ||
+ | |||
+ | |||
+ | ^ Function ^ Description | | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | |||
+ | |||
+ | ===== Modules ===== | ||
+ | |||
+ | The Doomsday Script Standard Library consists of a collection of native built-in modules and script modules. Applications also provide a number of built-in modules for scripts. | ||
+ | |||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | ; [[.module: | ||
+ | |||