Back to Page
Revision 4 (current)
Edited by RetroEdit on 8/20/2023 3:15 PM
While lua scripting has been implemented in many emulators, lsnes breaks away from the implementation from most other emulators.
Below are instructions on how to work with the lua implementation in lsnes.
# [EmulatorResources/Lsnes/LuaTutorials/GettingStarted|Getting Started.]
# [EmulatorResources/Lsnes/LuaTutorials/GuiAndDrawing|Gui and Drawing.]
The following are less critical to know, but may still give insight to a few programming tricks:
# [EmulatorResources/Lsnes/LuaTutorials/ChainingScripts|Chaining Scripts.]
It is assumed that you have some base knowledge of lua. If you need further help, use this [http://www.lua.org/manual/5.1/|lua reference manual].