Skip to content
#

lua-script

Here are 242 public repositories matching this topic...

siddhesh
siddhesh commented Nov 18, 2019

The ported markdown documentation attempts to glean technical documentation that is relevant to moonjit such as installation and execution instructions, API, etc. It does not have benchmark numbers, sponsorship acknowledgements or contact details since they are not relevant to moonjit.

In the process however, a number of cross-links have gone missing and the port also may have errors, formatti

ObEngine
Sygmei
Sygmei commented May 14, 2021

Global variables are not something you'd want in your code as it makes things harder to maintain.
However, for prototyping or game states, it can still be useful.
The current practice in ÖbEngine is to create a permanent GameObject named GameManager and to assign variable to its Object table.
A better way to do it is simply to define a variable named global in the _G table so every Game

Improve this page

Add a description, image, and links to the lua-script topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lua-script topic, visit your repo's landing page and select "manage topics."

Learn more