Difference between revisions of "Namespace Documentation"

From MINR.ORG WIKI
(Created page with "= Namespace Documentation = A list of namespaces containing helpful functions and variables will be listed here. == rtp == A re-implementation of the random teleport plug...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Namespace Documentation =
 
 
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.
  
== [[rtp]] ==
+
= 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]] ==
 
A re-implementation of the random teleport plugin used for Iron Door.
 
A re-implementation of the random teleport plugin used for Iron Door.
 
Data Types:
 
* TpData
 
* Rtp
 

Latest revision as of 03: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.