GET TOOL DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=GET_TOOL_DATA <tool number>, <parameter>, <value>
{{Command|syntax=GET_TOOL_DATA <tool number>, <parameter>, <value>
|description=*DESCRPTION*
|description=:Get the data of the tool parameter on a certain tool.


|param1=<tool number>|param1_desc={{tool number}}
|param1=<tool number>|param1_desc={{tool number}}
|param2=<parameter>|param2_desc={{Tool_parameter}}
|param2=<parameter>|param2_desc={{Tool_parameter}}
|param3=<value>|param3_desc={{value}}
|param3=<value>|param3_desc={{getvalue}}
}}
}}


===Example===
===Example===
:- GET_TOOL_DATA
:GET_TOOL_DATA 4, MTOOL_LENGTH, l1


[[Category:Tools]]
[[Category:Tools]]

Revision as of 22:49, 27 July 2010

Command

GET_TOOL_DATA <tool number>, <parameter>, <value>


Get the data of the tool parameter on a certain tool.

Parameters

<tool number>
Tool number
<parameter>
Tool_parameter
<value>
Set the value of a number variable for the value used in the tool parameter

Example

GET_TOOL_DATA 4, MTOOL_LENGTH, l1