Difference between revisions of "Fadein (call target)"

From Final Fantasy XII Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{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'''.
 
{{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'''.
 +
 +
Call is asynchronous and needs either [[Fadesync (call target)|fadesync]] or [[Wait (call target)|wait]] to synchronize.

Latest revision as of 06:48, 24 July 2019

Signature:

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

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

Call is asynchronous and needs either fadesync or wait to synchronize.