LOAD PROCESS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=LOAD_PROCESS <process filename> |description=*DESCRPTION* |param1=<process filename>|param1_desc={{process filename}} }} ===Example=== :- LOAD_PROCESS [[Category:Procs]...
 
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=LOAD_PROCESS <process filename>
{{Command|syntax=LOAD_PROCESS <process filename>
|description=*DESCRPTION*
|description=Load an existing .prc file.


|param1=<process filename>|param1_desc={{process filename}}
|param1=<process filename>|param1_desc={{process filename}}
Line 6: Line 6:


===Example===
===Example===
:- LOAD_PROCESS
:LOAD_PROCESS "shape.prc"


[[Category:Procs]]
[[Category:Procs]]

Revision as of 15:48, 28 July 2010

Command

LOAD_PROCESS <process filename>


Load an existing .prc file.

Parameters

<process filename>
Name of the .prc file, must be in double quotes

Example

LOAD_PROCESS "shape.prc"