This function defined in game 1_Core/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
proto native void MakeScreenshot ( string name )
but I can't get any screenshot?
Does this function working? Or I'm doing something wrong? or search result screenshots in wrong place?
Calling function with name, or without, with fullpath (starting with $) or not - nothing works - there is no errors, but there is no result screenshot files...