Difference between revisions of "LOAD PROCESS"
From Macros Wiki
(New page: {{Command|syntax=LOAD_PROCESS <process filename> |description=*DESCRPTION* |param1=<process filename>|param1_desc={{process filename}} }} ===Example=== :- LOAD_PROCESS [[Category:Procs]...) |
|||
Line 1: | Line 1: | ||
{{Command|syntax=LOAD_PROCESS <process filename> | {{Command|syntax=LOAD_PROCESS <process filename> | ||
− | |description= | + | |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 "shape.prc" |
[[Category:Procs]] | [[Category:Procs]] |
Revision as of 10: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"