Versions Compared

Key

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

...

Retrieves an integer value from an object.

Because Shogun Because Shogun Post commands can only have one return type, there must be separate commands for retrieving different types of property data.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths10%, 15%, 14%, 13%, 48%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Return value

integer

Examples

Code Block
languagetext
// Get some information about the "LFHD" marker

...


int $FrameIn = `getIntProperty "Actor_1" "Frame_In"`;

...


print $FrameIn;

Additional information

Related commands

...