Difference between revisions of "Namespace Documentation"
From MINR.ORG WIKI
(→Namespace Documentation) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
A list of namespaces containing helpful functions and variables will be listed here. | A list of namespaces containing helpful functions and variables will be listed here. | ||
+ | |||
+ | = Packaged Namespaces = | ||
+ | |||
+ | == [[Builtin_Namespace_Guide|Built-In]] == | ||
+ | The default local namespace containing common, easy-to-use types. | ||
+ | |||
+ | == [[Namespace_Guide_math|math]] == | ||
+ | A collection of number-oriented functions for rounding, powers, trig, and random number generation. | ||
+ | |||
+ | == [[Namespace_Guide_system|system]] == | ||
+ | Holds a function that returns the current elapsed time from the [https://en.wikipedia.org/wiki/Unix_time Unix Epoch] in milliseconds. | ||
+ | |||
+ | = Additional Namespaces = | ||
== [[Namespace_Guide_rtp|rtp]] == | == [[Namespace_Guide_rtp|rtp]] == | ||
A re-implementation of the random teleport plugin used for Iron Door. | A re-implementation of the random teleport plugin used for Iron Door. | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 02:38, 30 April 2020
A list of namespaces containing helpful functions and variables will be listed here.
Packaged Namespaces[edit]
Built-In[edit]
The default local namespace containing common, easy-to-use types.
math[edit]
A collection of number-oriented functions for rounding, powers, trig, and random number generation.
system[edit]
Holds a function that returns the current elapsed time from the Unix Epoch in milliseconds.
Additional Namespaces[edit]
rtp[edit]
A re-implementation of the random teleport plugin used for Iron Door.