More lua scripts cleanup - rename documents, added internal documentation
This commit is contained in:
parent
75dc6e1264
commit
88334597eb
|
@ -1,3 +1,7 @@
|
|||
--Memory Watch
|
||||
--Creates a Dialog box for monitoring a game's RAM values.
|
||||
|
||||
--Version History
|
||||
-- v0.01a (not yet done!)
|
||||
-- include some iup stuff and take care of cleanup
|
||||
require 'auxlib';
|
|
@ -1,3 +1,8 @@
|
|||
Learning to use Lua Sctripting for FCEUX
|
||||
Written by QFox
|
||||
|
||||
Windows users - see also the Lua Scripting chapter for the FCEUX sHelp manual (fceux.chm)
|
||||
|
||||
Ok. Lua. Let's see.
|
||||
|
||||
Lua is a scripting language. It is used in games like Farcry and World of Warcraft (and many other games and applications!). Even though you can find all kinds of tutorials online, let me help you with the basics.
|
Loading…
Reference in New Issue