# Animation Length

Grammar — The length returned by animation query handle
FlagsNative | Function

Returns the animation length previously queried. Pass this function the handle returned by the “Last Animation Query” to get the value, but make sure that you call Wait for Animation Length Queries first to ensure that the animation query is finished.

# Arguments

  • generichandle [ animlengthquery ] — Handle

Returns — fixed

native fixed AnimLengthSync(generichandle h);

Category: Animation / Advanced

# Examples

— None found —