Skip to content
FYP edited this page Aug 9, 2017 · 3 revisions

Welcome to the MoonAdditions wiki!

Please see the Readme for description and brief feature overview. Examples are also may be helpful.
Here you can find information about all scripting features that MoonAdditions adds.

Descriptions are still incomplete and may contain mistakes, feel free helping the project by contributing to the wiki.

Reference

Note: all *.from_memory functions do not take ownership of memory objects, they just provide high-level interface between lua and object in memory, so if you need copy of vector/matrix/quaterion (other classes don't provide copy constructors by obvious reason) in memory use copy constructor of these classes (e.g. local vec_copy = vector3d.new(vector3d.from_memory(some_vec_ptr))).

Enums

Clone this wiki locally