...
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 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Return value
integer
Examples
Code Block | ||
---|---|---|
| ||
// Get some information about the "LFHD" marker |
...
int $FrameIn = `getIntProperty "Actor_1" "Frame_In"`; |
...
print $FrameIn; |
Additional information
Related commands
...