SetGameCompletionPercentage

From Dragon Age Toolset Wiki
Jump to: navigation, search

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.