GetPlatform

From Dragon Age Toolset Wiki
Revision as of 23:18, 26 February 2010 by BryanDerksen (Talk | contribs) (fix missing parameter, note that this function is unlikely to be useful)

Jump to: navigation, search

Returns the platform that the game is running under.

int GetPlatform(
);
Parameters:
None
Returns:

PLATFORM* constant

Source:

script.ldf

Description

Return the ID of the platform that the game is running under.

User-generated content is only usable with the PC version of the game, so this function is unlikely to be of much use to end users.