FrameManager:SaveScreenToBMP
From Data Realms Wiki
Function | |
---|---|
Syntax | SaveScreenToBMP( * The filename of the file to save to, WITHOUT EXTENSION. eg, If "Test" is passed in, this func will save to Test000.bmp, if that file does not already exist. If it does exist, it will attempt 001, and so on. ) |
Description: | |
Dumps a bitmap of the screen back buffer to a 8bpp BMP file. | |
Returns | Success >=0, or failure < 0. |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |