Difference between revisions of "Fadeout (call target)"

From Final Fantasy XII Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
Color is set to black by default, but can be changed with [[Fadecolor (call target)|fadecolor]] call.
 
Color is set to black by default, but can be changed with [[Fadecolor (call target)|fadecolor]] call.
 +
 +
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 fadeout(int time); // id: 0x00b6

Performs fadeout to current color over time. One unit of time equals 100ms.

Color is set to black by default, but can be changed with fadecolor call.

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