9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
|
/// @description (Old DnD) - snapshot
|
||
|
/// @param filename filename for save file
|
||
|
function action_snapshot(argument0) {
|
||
|
surface_save( application_surface, argument0 );
|
||
|
|
||
|
|
||
|
|
||
|
}
|