More lua scripts cleanup - rename documents, added internal documentation

This commit is contained in:
adelikat 2009-03-28 16:17:11 +00:00
parent 75dc6e1264
commit 88334597eb
3 changed files with 9 additions and 0 deletions

View File

@ -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';

View File

@ -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.