|
 |
|
- %alarm(id,settime)
- Returns or sets the time left until an alarm fires
- %alias(aliasname,arguments)
- Expand the value of the named alias with the given arguments
- %btncol(number|id,color1,color2)
- Returns or sets the color of a button
- %btnenable(number|id,value)
- Returns or sets whether a button is enabled or disabled
- %class(name)
- Returns true if the given class is enabled.
- %defined(name)
- Returns true if the given alias, variable, macro, or path is defined
- %getglobal(name)
- Returns the value of a global variable stored in the cmud.ini file
- %pref(id, value)
- Sets or retrieves a specific preference setting.
- %numbuttons
- Returns the number of buttons currently defined in all windows
- %setglobal(name,value)
- Sets the value of a global variable stored in the cmud.ini file
- %state(id)
- Returns the current trigger state of the trigger with the given ID
- %trigger(name)
- Returns whether the given setting name is enabled.
- %vartype(varname,type)
- Returns or sets the type of a variable
|
|