Documentation ¶
Overview ¶
Package script is for the resuable lua scripting engine that Tetra uses.
Index ¶
Constants ¶
View Source
const ( INV_COMMAND = 0x0001 INV_NAMHOOK = 0x0002 INV_PROHOOK = 0x0004 )
The different kinds of invocations that can be called upon.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invocation ¶
type Invocation struct { Kind int Args []interface{} Reply chan string Function *luar.LuaObject Line *r1459.RawLine }
Struct Invocation represents an event from Go->Lua.
Directories ¶
Path | Synopsis |
---|---|
Package charybdis contains wrapped functions taken directly from the charybdis source tree.
|
Package charybdis contains wrapped functions taken directly from the charybdis source tree. |
Package crypto is for cryptographic or similar kinds of functions.
|
Package crypto is for cryptographic or similar kinds of functions. |
Package strings contains Tetra's string manipulation functions that are exposed to lua scripts.
|
Package strings contains Tetra's string manipulation functions that are exposed to lua scripts. |
Click to show internal directories.
Click to hide internal directories.