|
NAMEimage_state - Get a string representing the internal subtype of a video object.SYNOPSIStypestrimage_state( vid ) DESCRIPTIONThis is primarily intended for debugging / troubleshooting purposes. Will output (frameserver, 3d object, asynchronous state, 3d camera, unknown)EXAMPLEfunction image_state0() local img = load_image("test.png"); print(image_state(img)); end EXAMPLEfunction image_state1() local cam = null_surface(32, 32); camtag_model(cam); print(image_state(img)); end SEE ALSO:
Visit the GSP FreeBSD Man Page Interface. |