SET VOLUTURN PROC DATA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
MikeONeill (talk | contribs) Created page with "{{Up}} {{Command|syntax=GET_VOLUTURN_PROC_DATA <process number>, <parameter>, <variable> |description=:Get VoluTurn data associated with the given..." |
MikeONeill (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[ | [[Procs:Process_Data|{{Up}}]] | ||
{{Command|syntax=GET_VOLUTURN_PROC_DATA <process number>, <parameter>, <variable> | {{Command|syntax=GET_VOLUTURN_PROC_DATA <process number>, <parameter>, <variable> | ||
Line 13: | Line 13: | ||
[[Category: | [[Category:Procs]] |
Latest revision as of 16:52, 25 February 2022
Command
- GET_VOLUTURN_PROC_DATA <process number>, <parameter>, <variable>
- Get VoluTurn data associated with the given process number.
Parameters
- <process number>
- Process number.
- <parameter>
- One of the following list of parameters
- <variable>
- A number or string variable.
- The type of variable must match the data type of the parameter.
- If the data you are getting is a text string, then you must specify a string variable. Otherwise use a number variable.
Example
- GET_VOLUTURN_PROC_DATA 3, HighFeed, MyHighFeed