TakeScreenshot

From Dragon Age Toolset Wiki
Revision as of 21:18, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

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

saves a screenshot to the screenshots directory on the players hard drive

void TakeScreenshot(
int bHideInterface = 0,
int nTitleStrRef = 0,
int nDescriptionStrRef = 0,
int nType = 0,
string sId = ""
);
Parameters:
bHideInterface
(optional) boolean to hide the interface or not
nTitleStrRef
(optional) strref for the screenshot's title
nDescriptionStrRef
(optional) strref for the screenshot's description
nType
(optional) int Screenshot type (auto-screenshot, achievement screenshot, etc)
sId
(optional) string screenshot Id for web journal positioning
Returns:

Nothing.

Source:

script.ldf