Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.18 KB

File metadata and controls

41 lines (27 loc) · 1.18 KB

Introduction

This documentation makes use of Mintlify. This documentation features the programming language "nlua" (Commonlua) which is basically lua and is built on top of MoonSharp. Check out the project at https://netisu.com

Running locally

You will first be required to install mintlify with:

npm i -g mintlify

and once its downloaded you can cd into this repository and execute:

mintlify dev

and this will host the docs locally on your computer. This command will automatically open your computers default browser.

Contributing

You can fork this repository and make changes to the documentation and open up a newer pull-request. If you have found out a issue you can consider opening a issue. One of contributors will see and make changes to fix that. You're issue will be closed and marked as "duplicate" if the issue was already reported.

Classes layout

The classes pages are in a flow of:

## Properties
#### Property
About the property

## Functions
#### Function(parameter: ParameterType, default_parameter = defaultValue)
About the function + example of usage (if possible)

## Signals
#### Signal
About the signal