Difference between revisions of "Fadein (call target)"

From Final Fantasy XII Wiki
Jump to navigation Jump to search
(Created page with "{{Call|id=0x00b8|return=|name=fadein|args=int time|act=}}Performs fadein from current color over <code>time</code>. '''One unit of time equals 100ms'''.")
 
Line 1: Line 1:
{{Call|id=0x00b8|return=|name=fadein|args=int time|act=}}Performs fadein from current color over <code>time</code>. '''One unit of time equals 100ms'''.
+
{{Call|id=0x00b8|return=|name=fadein|args=int time|act=}}Performs fadein from current [[Fadecolor (call target)|color]] over <code>time</code>. '''One unit of time equals 100ms'''.

Revision as of 06:42, 24 July 2019

Signature:

void fadein(int time); // id: 0x00b8

Performs fadein from current color over time. One unit of time equals 100ms.