GET OP MARKER DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[:Operations:Operation_data|{{Up}}]]
[[Operations:Operation_Data|{{Up}}]]


{{Command|syntax=GET_OP_MARKER_DATA <op number> - leave the rest
{{Command|syntax=GET_OP_MARKER_DATA <op number>, <marker number>, <feature number>, <param>, <value>
|description=:
|description=:Get data associated with an operation utility marker.


|param1=<op number>|param1_desc={{op number}}
|param1=<op number>|param1_desc=Operation number.
|param2=<>|param2_desc=
|param2=<marker number>|param2_desc=Marker number.
|param3=<>|param3_desc=
|param3=<feature number>|param3_desc={{parameter_variable_any_name}} the feature number that the marker is attached to.
|param4=<>|param4_desc=
|param4=<param>|param4_desc={{parameter_variable_any_name}} the marker parameter (type of marker).
|param5=<>|param5_desc=
|param5=<value>|param5_desc={{parameter_variable_any_name}} the marker data.
|param6=<>|param6_desc=
|param7=<>|param7_desc=
|param8=<>|param8_desc=
}}
}}


===Example===
===Example===
:GET_OP_MARKER_DATA
:GET_OP_MARKER_DATA 3, 2, FeatNum, MarkerParam, MarkerVal
 
[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 20:26, 13 January 2011

Up

Command

GET_OP_MARKER_DATA <op number>, <marker number>, <feature number>, <param>, <value>


Get data associated with an operation utility marker.

Parameters

<op number>
Operation number.
<marker number>
Marker number.
<feature number>
Name of variable to be set to the feature number that the marker is attached to.
<param>
Name of variable to be set to the marker parameter (type of marker).
<value>
Name of variable to be set to the marker data.

Example

GET_OP_MARKER_DATA 3, 2, FeatNum, MarkerParam, MarkerVal