...
Retrieves an array of integer values from an object's attributes.
Because Shogun Because Shogun Post commands can only have one return type, there must be separate commands for retrieving different types of property data.
...
integer array
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
// Get an object's color. |
...
int $color[]; |
...
$color = `getIntArrayProperty "LFHD" "Color"`; |
...
print $color; |
Additional information
Related commands
...