...
Return value
string
Examples
Code Block | ||
---|---|---|
| ||
select Actor_1; |
...
setPriority; |
...
string $s = `getPriority`; |
...
print $s; |
...
//Output "Actor_1" |
Additional information
Related commands
...
...
string
Code Block | ||
---|---|---|
| ||
select Actor_1; |
...
setPriority; |
...
string $s = `getPriority`; |
...
print $s; |
...
//Output "Actor_1" |
...