Difference between revisions of "SetGameCompletionPercentage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(remove {{Generated}}, looks okay to me)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetGameCompletionPercentage
 
|name=SetGameCompletionPercentage

Revision as of 19:48, 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.