Created
March 29, 2017 14:42
-
-
Save dedmen/67a2ef9007f4c9b72075d0299583096b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"getVariable": [ | |
{ | |
"cat": "General", | |
"desc": "Returns the value of given variable set on given UI display", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "object", | |
"op": { | |
"argL": [ | |
"DISPLAY" | |
], | |
"argR": [ | |
"STRING", | |
"ARRAY" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name or [name, defaultValue]", | |
"since": "" | |
}, | |
{ | |
"cat": "General", | |
"desc": "Returns the value of given variable set on given UI control", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "control", | |
"op": { | |
"argL": [ | |
"CONTROL" | |
], | |
"argR": [ | |
"STRING", | |
"ARRAY" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name or [name, defaultValue]", | |
"since": "" | |
}, | |
{ | |
"cat": "General", | |
"desc": "Return the value of variable in the variable space of given object.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "object", | |
"op": { | |
"argL": [ | |
"OBJECT" | |
], | |
"argR": [ | |
"STRING" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name", | |
"since": "2.92" | |
}, | |
{ | |
"cat": "General", | |
"desc": "Return the value of variable in the variable space of given object. If not found, default value is returned.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "object", | |
"op": { | |
"argL": [ | |
"OBJECT" | |
], | |
"argR": [ | |
"ARRAY" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "[name, default value]", | |
"since": "2.92" | |
}, | |
{ | |
"cat": "General", | |
"desc": "Return the value of variable in the variable space of given group.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "group", | |
"op": { | |
"argL": [ | |
"GROUP" | |
], | |
"argR": [ | |
"STRING" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name", | |
"since": "5501" | |
}, | |
{ | |
"cat": "General", | |
"desc": "Return the value of variable in the variable space of given group. If not found, default value is returned.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "group", | |
"op": { | |
"argL": [ | |
"GROUP" | |
], | |
"argR": [ | |
"ARRAY" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "[name, dafault value]", | |
"since": "5501" | |
}, | |
{ | |
"cat": "General", | |
"desc": "Return the value of variable in the given namespace.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "namespace", | |
"op": { | |
"argL": [ | |
"NAMESPACE" | |
], | |
"argR": [ | |
"STRING" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name", | |
"since": "5501" | |
}, | |
{ | |
"cat": "General", | |
"desc": "Return the value of variable in the given namespace. If not found, default value is returned.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "namespace", | |
"op": { | |
"argL": [ | |
"NAMESPACE" | |
], | |
"argR": [ | |
"ARRAY" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "[name, default value]", | |
"since": "80915 TOH" | |
}, | |
{ | |
"cat": "Agents", | |
"desc": "Return the value of variable in the variable space of given team member.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "teamMember", | |
"op": { | |
"argL": [ | |
"TEAM_MEMBER" | |
], | |
"argR": [ | |
"STRING" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name", | |
"since": "2.92" | |
}, | |
{ | |
"cat": "Agents", | |
"desc": "Return the value of variable in the variable space of given team member.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "teamMember", | |
"op": { | |
"argL": [ | |
"TEAM_MEMBER" | |
], | |
"argR": [ | |
"ARRAY" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "[name, default value]", | |
"since": "2.92" | |
}, | |
{ | |
"cat": "Identity", | |
"desc": "Return the value of variable in the variable space of given task.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "task", | |
"op": { | |
"argL": [ | |
"TASK" | |
], | |
"argR": [ | |
"STRING" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name", | |
"since": "2.92" | |
}, | |
{ | |
"cat": "Identity", | |
"desc": "Return the value of variable in the variable space of given task.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "task", | |
"op": { | |
"argL": [ | |
"TASK" | |
], | |
"argR": [ | |
"ARRAY" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name", | |
"since": "2.92" | |
}, | |
{ | |
"cat": "Location", | |
"desc": "Return the value of variable in the variable space of given location.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "location", | |
"op": { | |
"argL": [ | |
"LOCATION" | |
], | |
"argR": [ | |
"STRING" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name", | |
"since": "2.92" | |
}, | |
{ | |
"cat": "Location", | |
"desc": "Return the value of variable in the variable space of given location.", | |
"ex": "", | |
"exres": "", | |
"lArgDesc": "location", | |
"op": { | |
"argL": [ | |
"LOCATION" | |
], | |
"argR": [ | |
"ARRAY" | |
], | |
"retT": [ | |
"ANY" | |
] | |
}, | |
"rArgDesc": "name", | |
"since": "2.92" | |
} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment