Difference between revisions of "TakeScreenshot"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=TakeScreenshot
 
|name=TakeScreenshot

Latest revision as of 21:18, 2 March 2010

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