Objects / Tails7 Objects / Info Object (23 June, 2026)


This object stores settings and information for other objects, and is also responsible for initializing (creating) the full-screen Render Ground.


Tails7 Info Object -> Set API Render:

  • At startup, it calls a procedure that determines which graphics API is being used;


Tails7 Info Object -> Startup Set Render:

  • This is executed on the Start of frame or when the _Update flag in this object is True;
  • It deletes and creates copies of the Render Ground to fill the entire screen; the copies are 1:1 in size, so it may create several of them depending on the screen aspect ratio; for each copy, the render offset is shifted along the X or Y axis;
  • It does not create copies if the game’s rendering API does not support shaders;


See also:

Created with the Personal Edition of HelpNDoc: Easily create CHM Help documents