Difference between revisions of "SetGameCompletionPercentage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(remove {{Generated}}, looks okay to me)
(don't know why this is in the inventory and equip slot category, putting in Category:Print & log functions instead since that seems more appropriate)
 
Line 25: Line 25:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Inventory & equip slot functions]]
+
[[Category:Print & log functions]]

Latest revision as of 19:50, 14 January 2010

Sets the game completion percentage to be shown by the character record.

void SetGameCompletionPercentage(
float fPercentage
);
Parameters:
fPercentage
Percentage complete. Clamped to [0, 100] game-side
Returns:

Nothing.

Source:

script.ldf

Description

This currently being calculated as an aggregate of hidden achievements, so it spans games other than the one currently in progress.