Most recent edit on 2006-04-25 14:39:07 by MiKail [fixed scope link]
Additions:
Displays an ATI template using the current parameters.
Deletions:
Display an ATI template using the current parameters.
Scope
Edited on 2006-04-25 05:21:23 by SunTzu
Additions:
ATI_Display2D("progressTitle", TitleRect, 0)
<bVisibility>: 0 = invisible, 1 = visible. This does not apply to the text displayed. Perhaps to the rectangle. Tests needed. -SunTzu
Deletions:
<biVisibility>: 0 = invisible, 1 = visible.
Edited on 2006-04-25 05:11:25 by SunTzu
Additions:
<tRectangle>: a table containing four floats that define the ATI rectangle: x, y, w, h. Those are normalized screen coordinates from the bottom left corner (eg {0, 0, w, h} is bottom left and {1, 1, w, h} is top right)
Deletions:
<tRectangle>: a table containing four floats that define the ATI rectangle: x, y, w, h. Those are normalized screen coordinates from the bottom left corner (eg {0, 0, w, h} is bottom left and {1, 1, w, h]} is top right)
Edited on 2006-04-25 05:11:05 by SunTzu
Additions:
<tRectangle>: a table containing four floats that define the ATI rectangle: x, y, w, h. Those are normalized screen coordinates from the bottom left corner (eg {0, 0, w, h} is bottom left and {1, 1, w, h]} is top right)
Deletions:
<tRectangle>: a table containing four floats that define the ATI rectangle: x, y, w, h.
Edited on 2005-07-07 10:34:54 by MiKail
Additions:
Deletions:
Edited on 2005-07-07 10:34:46 by MiKail
Additions:
ATI_Display2D(<sTemplateName>, <tRectangle>, <bVisibility>)
<sTemplateName>: the name of the template loaded using ATI_LoadTemplates.
<tRectangle>: a table containing four floats that define the ATI rectangle: x, y, w, h.
<biVisibility>: 0 = invisible, 1 = visible.
ATI_LoadTemplates
Deletions:
ATI_Display2D(<sTemplateName>, <v4Rectangle>, <iVisibility>)
<sTemplateName>: name of the template loaded with ATI_LoadTemplates.
<v4Rectangle>: 4 floats that define the ATI rectangle: x, y, w, h.
<iVisibility>: visibility flags.
Edited on 2004-02-22 18:40:08 by MiKail
Additions:
ATI_Display2D(<sTemplateName>, <v4Rectangle>, <iVisibility>)
Description
Display an ATI template using the current parameters.
Example
Arguments
<sTemplateName>: name of the template loaded with ATI_LoadTemplates.
<v4Rectangle>: 4 floats that define the ATI rectangle: x, y, w, h.
<iVisibility>: visibility flags.
Scope
Related Pages:
Deletions:
To be filled in later. -Thought
Oldest known version of this page was edited on 2003-10-21 20:29:51 by ThoughtProcess []
Page view:
To be filled in later. -
Thought