GET SOLID COMMENT: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=GET_SOLID_COMMENT <solid number>, <comment> |description=*DESCRPTION* |param1=<solid number>|param1_desc={{solid number}} |param2=<comment>|param2_desc={{comment}} }} ==...
 
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=GET_SOLID_COMMENT <solid number>, <comment>
{{Command|syntax=GET_SOLID_COMMENT <solid number>, <comment>
|description=*DESCRPTION*
|description=:Get the comment of the defined solid, the value is stored in a variable


|param1=<solid number>|param1_desc={{solid number}}
|param1=<solid number>|param1_desc={{solid number}}
|param2=<comment>|param2_desc={{comment}}
|param2=<comment>|param2_desc={{var name}}
}}
}}


===Example===
===Example===
:- GET_SOLID_COMMENT
:GET_SOLID_COMMENT 7, w$


[[Category:Solids]]
[[Category:Solids]]

Revision as of 22:43, 23 July 2010

Command

GET_SOLID_COMMENT <solid number>, <comment>


Get the comment of the defined solid, the value is stored in a variable

Parameters

<solid number>
Solid number.
<comment>
Set the value of a number variable

Example

GET_SOLID_COMMENT 7, w$