File: lua.help

package info (click to toggle)
foxeye 0.12.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,012 kB
  • sloc: ansic: 62,635; sh: 5,228; makefile: 740; yacc: 291; tcl: 239; sed: 16
file content (23 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# first section is usage
# second section is that config maker will put into config
# third section is full help

module lua
:%*
:
:This module provides support for scripts that are written in Lua programming\
 language. Script file mask is "*.lua".

lua
:%* text
:
:Tries to interpret and execute Lua %_text%_ command. If error found then\
 shows interpreter message about error. If %_text%_ was executed without\
 errors and evaluated chunk has returned any result then shows number of\
 results returned, type of first returned result, and string value of it.

set lua-max-timer
:%* <seconds>
:Maximum value for Lua function 'SetTimer'.
:Defines maximum time for scheduled execution by Lua command %RSetTimer%n.
 Default: 172800.