GSP
Quick Navigator

Search Site

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

Support
Customer Portal
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 or open live access to attach a debugger

nil
system_snapshot( string:outres )
system_snapshot( string:outres, bool:debug=false )

This creates a snapshot of the lua scenegraph and stores as a lua script in the APPLTEMP namespace as outres or, if debug is set the engine will pause and wait for a debugger to attach to outres .

1
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 2026 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.