Notes

Temporary scratchpad for all sorts of notes related to this site.

Celx

mouse event

tick event

    • appears to be some sort of timer event
    • generates an event at irregular intervals
    • returns eventinfo.dt that holds interval time
    • have to use clock or getscripttime to implement something like a timer

wait()

    • Is Celestia not lua
    • is not compatible with keyboard or other event
    • when used during handling of event returns imediately with return value of "false"

Lua

dofile() versus requires()

    • requires only looks for "lua" or "dll"
    • does it realy work with lua?
    • can requires then be used for objects by changing extention from "celx" to "lua"?

string.format()

string.match() / string.gmatch()

Scripts

script directory

    • look at something that can deliver that?

datetime object

    • complete that some time

Site

Scripting:

Top of page

    • Find out how to and insert in pages

...