Difference between revisions of "SetCanLevelUp"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
m (looks fine, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetCanLevelUp
 
|name=SetCanLevelUp

Latest revision as of 22:20, 9 February 2010

Notifies the GUI that one of the party members can level up

void SetCanLevelUp(
object oPartyMember,
int bCanLevelUp = 0
);
Parameters:
oPartyMember
The party member who can level up
bCanLevelUp
1 if the party member can level up, 0 if the party member can no longer level up
Returns:

Nothing.

Source:

script.ldf

Description

Notifies the GUI that one of the party members can level up. Call again with 0 after the level up has finished.