Jump to content
abrakadobr

Does MakeScreenshot function working?

Recommended Posts

Hi All!

There is defenition of MakeScreenshot funnction in scripts/1_Core/proto/proto.c

/*!
makes screenshot and stores it in to a DDS format file
if the name begins with '$' the screenshot in stored in the fullpath according to the name parameter
otherwise the screenshot is stored in "$profile:ScreenShotes/DATE TIME-NAME.dds" where DATE, TIME AND NAME are replaced by actual values
\param name name of the screenshot
*/
proto native void MakeScreenshot(string name);

but I can't get any results using it.

I can't find any code using it, and can't find any mod doing screenshots so come to question - does it works?

Calling this function doesn't generates any errors, but I can't see any dds files created anywhere - maybe I'm searching in wrong directories?

Any knowledge are welcome 🙂 

p.s. same question on feedback https://feedback.bistudio.com/T165276 already created 🙂 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×