Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagetext
// Get an object's color.

...


int $color[];

...


$color = `getIntArrayProperty "LFHD" "Color"`; 

...


print $color;

Additional information

Related commands

...