TakeScreenshot

From Dragon Age Toolset Wiki
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