Crossfade (call target)

From Final Fantasy XII Wiki
Jump to navigation Jump to search

Signature:

void crossfade(int queue1, int queue2, int time); // id: 0x016f

Performs crossfade between two camera scripts on separate queues (see REQ) over time. One unit of time equals 100ms.

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