TimeControl is a web service hosted by ThingSpeak that executes any type of HTTP service call or sends Tweets at predetermined times or schedules. We now offer one-time commands and weekly recurring schedules for commands.
command (Python) | MEL version |
In categories: Windows, Controls |
Control Play Time
KSP Time Control Mod. Contribute to ntwest/TimeControl development by creating an account on GitHub. TimeControl is without question the most flexible timesheet system on the market. In virtually every aspect of TimeControl's design, flexibility is a primary goal. TimeControl's hallmark is the ability to deliver a different aspect of a solution to different parts of the organization - in other words - being able to adapt to many conditions. TimeControl Speeds up or slows down Mindustry. Supports x0.25 x16. Some buttons can be pressed twice to alternate between different modes. The following tables describe the node properties. The column headed M indicates whether the property is mandatory (marked with an asterisk if you must enter a value when no default is defined); the column headed C indicates whether the property is configurable (you can change the value when you add the message flow to the BAR file to deploy it).
Go to: Synopsis. Return value. Flags. Python examples.
Synopsis
timeControl(string , [animCurveNames=boolean], [animLayerFilterOptions=string], [animLayerShowWeight=boolean], [annotation=string], [backgroundColor=[float, float, float]], [beginScrub=boolean], [currentFrameColor=[float, float, float, float]], [defineTemplate=string], [displaySound=boolean], [docTag=string], [dragCallback=script], [dropCallback=script], [enable=boolean], [enableBackground=boolean], [enableKeyboardFocus=boolean], [endScrub=boolean], [exists=boolean], [forceRedraw=boolean], [forceRefresh=boolean], [foregroundColor=[float, float, float]], [fullPathName=boolean], [globalTime=boolean], [greasePencilSequenceNames=boolean], [height=int], [highlightColor=[float, float, float]], [isObscured=boolean], [mainListConnection=string], [manage=boolean], [noBackground=boolean], [numberOfPopupMenus=boolean], [parent=string], [popupMenuArray=boolean], [pressCommand=script], [preventOverride=boolean], [range=boolean], [rangeArray=boolean], [rangeVisible=boolean], [releaseCommand=script], [repeatChunkSize=float], [repeatOnHold=boolean], [resample=boolean], [showGreaseFrames=string], [showKeys=string], [showKeysCombined=boolean], [snap=boolean], [sound=string], [statusBarMessage=string], [tickSize=int], [tickSpan=int], [useTemplate=string], [visible=boolean], [visibleChangeCommand=script], [waveform=string], [width=int])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
timeControl is undoable, queryable, and editable.
This command creates a control that can be used forchanging current time, displaying/editing keys, anddisplaying/scrubbing sound.Timecontrol Panel All Control Panel Items
Sfmta Time Control
Note: only one timeControl may be created. The one Maya createson startup can be accessed from the global string variable $gPlayBackSlider.Also, it is not a good idea to delete it.Time Controller
Return value
string | Name of created or edited control |
In query mode, return type is based on queried flag.
Flags
animCurveNames, animLayerFilterOptions, animLayerShowWeight, annotation, backgroundColor, beginScrub, currentFrameColor, defineTemplate, displaySound, docTag, dragCallback, dropCallback, enable, enableBackground, enableKeyboardFocus, endScrub, exists, forceRedraw, forceRefresh, foregroundColor, fullPathName, globalTime, greasePencilSequenceNames, height, highlightColor, isObscured, mainListConnection, manage, noBackground, numberOfPopupMenus, parent, popupMenuArray, pressCommand, preventOverride, range, rangeArray, rangeVisible, releaseCommand, repeatChunkSize, repeatOnHold, resample, showGreaseFrames, showKeys, showKeysCombined, snap, sound, statusBarMessage, tickSize, tickSpan, useTemplate, visible, visibleChangeCommand, waveform, widthLong name (short name) | Argument types | Properties | |
---|---|---|---|
animCurveNames(acn) | boolean | ||
| |||
animLayerFilterOptions(alf) | string | ||
| |||
animLayerShowWeight(asw) | boolean | ||
| |||
annotation(ann) | string | ||
| |||
backgroundColor(bgc) | [float, float, float] | ||
| |||
beginScrub(bs) | boolean | ||
| |||
currentFrameColor(cfc) | [float, float, float, float] | ||
| |||
defineTemplate(dt) | string | ||
| |||
displaySound(ds) | boolean | ||
| |||
docTag(dtg) | string | ||
| |||
dragCallback(dgc) | script | ||
| |||
dropCallback(dpc) | script | ||
| |||
enable(en) | boolean | ||
| |||
enableBackground(ebg) | boolean | ||
| |||
enableKeyboardFocus(ekf) | boolean | ||
| |||
endScrub(es) | boolean | ||
| |||
exists(ex) | boolean | ||
| |||
forceRedraw(fd) | boolean | ||
| |||
forceRefresh(fr) | boolean | ||
| |||
foregroundColor(fgc) | [float, float, float] | ||
| |||
fullPathName(fpn) | boolean | ||
| |||
globalTime(gt) | boolean | ||
| |||
greasePencilSequenceNames(gn) | boolean | ||
| |||
height(h) | int | ||
| |||
highlightColor(hlc) | [float, float, float] | ||
| |||
isObscured(io) | boolean | ||
| |||
mainListConnection(mlc) | string | ||
| |||
manage(m) | boolean | ||
| |||
noBackground(nbg) | boolean | ||
| |||
numberOfPopupMenus(npm) | boolean | ||
| |||
parent(p) | string | ||
| |||
popupMenuArray(pma) | boolean | ||
| |||
pressCommand(pc) | script | ||
| |||
preventOverride(po) | boolean | ||
| |||
range(rng) | boolean | ||
| |||
rangeArray(ra) | boolean | ||
| |||
rangeVisible(rv) | boolean | ||
| |||
releaseCommand(rc) | script | ||
| |||
repeatChunkSize(rcs) | float | ||
| |||
repeatOnHold(roh) | boolean | ||
| |||
resample(r) | boolean | ||
| |||
showGreaseFrames(sg) | string | ||
| |||
showKeys(sk) | string | ||
| |||
showKeysCombined(skc) | boolean | ||
| |||
snap(sn) | boolean | ||
| |||
sound(s) | string | ||
| |||
statusBarMessage(sbm) | string | ||
| |||
tickSize(ts) | int | ||
| |||
tickSpan(tsp) | int | ||
| |||
useTemplate(ut) | string | ||
| |||
visible(vis) | boolean | ||
| |||
visibleChangeCommand(vcc) | script | ||
| |||
waveform(wf) | string | ||
| |||
width(w) | int | ||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can have multiple arguments, passed either as a tuple or a list. |