SET SOLID COMMENT: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=SET_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=SET_SOLID_COMMENT <solid number>, <comment>
{{Command|syntax=SET_SOLID_COMMENT <solid number>, <comment>
|description=*DESCRPTION*
|description=Set the comment on the defined solid.


|param1=<solid number>|param1_desc={{solid number}}
|param1=<solid number>|param1_desc={{solid number}}
Line 7: Line 7:


===Example===
===Example===
:- SET_SOLID_COMMENT
:SET_SOLID_COMMENT 4, "example"


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

Revision as of 22:12, 23 July 2010

Command

SET_SOLID_COMMENT <solid number>, <comment>


Set the comment on the defined solid.

Parameters

<solid number>
Solid number.
<comment>
comment for later use, must be in double quotes.

Example

SET_SOLID_COMMENT 4, "example"