SetGameMode

From Dragon Age Toolset Wiki
Revision as of 19:56, 3 August 2011 by Sunjammer (Talk | contribs) (Updating link)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function sets the current game mode.

void SetGameMode(
int nMode
);
Parameters:
nMode
the mode to set the game to (a GM_* constant)
Returns:

Nothing.

Source:

script.ldf

Description

This function sets the current game mode for a specific player. A game mode can be combat, explore, dialog, etc.


See also

GetGameMode, GM_*