# Wait for Animation Length Queries

Grammar — Wait until all active animation length queries are finished
FlagsNative | Action

Waits until all queries sent with “Query Animation Length” functions have been received for all players.

Returns — void

native void AnimLengthQueryWait();

Category: Animation / Advanced

# Examples

# mods/novastoryassets.sc2mod

MapScript.galaxy

// L6740
AnimLengthQueryWait()
// L7147
AnimLengthQueryWait()
// L6740
AnimLengthQueryWait()
// L7147
AnimLengthQueryWait()