Template:IT Setup Tools: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
MikeONeill (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{| border="1" | {| border="1" | ||
| align="left" |'''Command'''||'''Version Number''' | |||
|- | |||
| align="left" |[[ IT_SETUP_TOOL_GET_NUM_MATCHING_BLOCKS]] <tool> <num> | | align="left" |[[ IT_SETUP_TOOL_GET_NUM_MATCHING_BLOCKS]] <tool> <num> | ||
|- | |- | ||
Line 8: | Line 10: | ||
| align="left" | | | align="left" | | ||
|- | |- | ||
| align="left" |[[ IT_SETUP_TOOL_GET_BLOCK]] <tool> <block make> <block name> | | align="left" |[[ IT_SETUP_TOOL_GET_NUM_BLOCKS]] <tool> <num blocks> <block name> || 14,0,36 | ||
|- | |||
| align="left" |[[ IT_SETUP_TOOL_GET_BLOCK]] <tool> [block number] <block make> <block file> [<block name>] | |||
|- | |- | ||
| align="left" |[[ IT_SETUP_TOOL_SET_BLOCK]] <tool> <matching block number> | | align="left" |[[ IT_SETUP_TOOL_SET_BLOCK]] <tool> <matching block number> |
Latest revision as of 20:55, 29 September 2021
Command | Version Number |
IT_SETUP_TOOL_GET_NUM_MATCHING_BLOCKS <tool> <num> | |
IT_SETUP_TOOL_GET_LIST_MATCHING_BLOCKS <tool> <array:list of makes> <array:list of names> [<num>] | |
IT_SETUP_TOOL_GET_MATCHING_BLOCK <tool> <index> <block make> <block name> | |
IT_SETUP_TOOL_GET_NUM_BLOCKS <tool> <num blocks> <block name> | 14,0,36 |
IT_SETUP_TOOL_GET_BLOCK <tool> [block number] <block make> <block file> [<block name>] | |
IT_SETUP_TOOL_SET_BLOCK <tool> <matching block number> | |
IT_SETUP_TOOL_REMOVE_BLOCK <tool> | |
IT_SETUP_TOOL_GET_DATA <tool> <parameter> <value> | |
IT_SETUP_TOOL_SET_DATA <tool> <parameter> <value> |