Crossfade (call target)
Jump to navigation
Jump to search
Signature:
void crossfade(int queue1, int queue2, int time); // id: 0x016fPerforms 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.