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

image_tracetag - Set or retrieve a tracing tag for the specified video object.

tag
image_tracetag( vid, tag )

It is possible to attach a user-defined string to any vid. This tag will be used in debug/tracing output and crash- dumps in order to more easily identify various objects, or be used as a custom metadata key for appl- specific purposes. If no tag is provided, the currently set value will be returned. If there is no tag set, the returned string will be '(no tag)'.

function image_tracetag0()
      a = color_surface(32, 32, 255, 0, 0);
      image_tracetag(a, "test");
      print(image_tracetag(a));
end
June 2022 debug

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.