|
NAMEsystem_snapshot - Create a debugging snapshotSYNOPSISnilsystem_snapshot( outres ) NOTES
EXAMPLEfunction 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
Visit the GSP FreeBSD Man Page Interface. |