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
image_state(3) Arcan Lua API image_state(3)

image_state - Get a string representing the internal subtype of a video object.

typestr
image_state( vid )

This is primarily intended for debugging / troubleshooting purposes. Will output (frameserver, 3d object, asynchronous state, 3d camera, unknown)

function image_state0()
      local img = load_image("test.png");
      print(image_state(img));
end

function image_state1()
      local cam = null_surface(32, 32);
      camtag_model(cam);
      print(image_state(img));
end

June 2022 image

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.