lx.arg
Get the argument string for the script.
lx.command
Execute a command with a variable argument list.
lx.eval
Evaluate a command string.
lx.eval1
Evaluate a command string, returning a single value.
lx.evalN
Evaluate a command string, returning a tuple.
lx.option
Get the current state of an option
lx.out
Output to log.
lx.queryToggle
Query a command with a ToggleValue style argument.
lx.setOption
Set options that affect how the lx methods act
lx.test
Test the state of a toggle argument.
lx.trace
Toggle extra Event Log output for each lx function call.
lx.Monitor
Initialize the monitor with the total number of steps
lx.Monitor.step
Increment the monitor by one or by step it by an arbitrary amount
lx.Service.name
Return the name of the script service.
lx.Service.query
Query an attribute from the selection.
lx.Service.query1
Query an attribute from the selection, returning a single value.
lx.Service.queryN
Query an attribute from the selection, returning a tuple.
lx.Service.select
Select a an attribute (and element) for query.