GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
system_snapshot(3) Arcan Lua API system_snapshot(3)

system_snapshot - Create a debugging snapshot

nil
system_snapshot( outres )

1
refuses to overwrite outres if it exists (only appl- destination accepted).
2
the format used is the same as used for crash reports and serialization in monitoring mode.

function system_snapshot0()
      a = fill_surface(32, 32, 255, 255, 0);
      move_image(a, 100, 100);
      zap_resource("testdump.lua");
      system_snapshot("testdump.lua");
      tbl = system_load("testdump.lua")();
end
June 2022 system

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.