Versions Compared

Key

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

...

Retrieves a float 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

float

Examples

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

...


float $opacity;

...


float $xTrans;
  

...


$opacity = `getFloatProperty "LFHD" "Opacity" `;

...


print $opacity;

...



$xTrans = `getFloatProperty "LFHD" "TranslationX"`;

...


print $xTrans;

Additional information

Related commands

...