Difference between revisions of "058C"
Jump to navigation
Jump to search
(page updates) |
|||
| Line 1: | Line 1: | ||
| − | < | + | {{Icon|VC}} {{Icon|SA}} '''GET_PROGRESS_PERCENTAGE''' |
| − | '''Description''': Gets the percentage | + | <hr /> |
| − | ''' | + | '''Description''' |
| − | ''' | + | : Gets the progress of completion as a percentage |
| + | '''Syntax''' | ||
| + | : 058C: [''var''] = percentage_completed | ||
| + | '''Parameter''' | ||
| + | : [''var''] | ||
| + | :: Variable to store the floating-point value | ||
| − | This gets the | + | This opcode gets the progress of completion as a percentage. The value is obtained from the ratio of [[030C]]'s total value to [[030D]] as a percentage. It cannot exceed 100.0. |
| − | ==Keywords== | + | == Keywords == |
get, percent, complete | get, percent, complete | ||
[[Category:OpCodes]] | [[Category:OpCodes]] | ||
Revision as of 00:18, 28 December 2014
Description
- Gets the progress of completion as a percentage
Syntax
- 058C: [var] = percentage_completed
Parameter
- [var]
- Variable to store the floating-point value
This opcode gets the progress of completion as a percentage. The value is obtained from the ratio of 030C's total value to 030D as a percentage. It cannot exceed 100.0.
Keywords
get, percent, complete