Difference between revisions of "SetGameCompletionPercentage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(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)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetGameCompletionPercentage
 
|name=SetGameCompletionPercentage
Line 26: 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.