IsScaleformMovieMethodReturnValueReady
Docslocal retval = IsScaleformMovieMethodReturnValueReady(method_return)Description
methodReturn: The return value of this native: END_SCALEFORM_MOVIE_METHOD_RETURN_VALUE
Returns true if the return value of a scaleform function is ready to be collected (using GET_SCALEFORM_MOVIE_METHOD_RETURN_VALUE_STRING or GET_SCALEFORM_MOVIE_METHOD_RETURN_VALUE_INT).
Parameters
| Name | Type | Description |
|---|---|---|
method_return | int | The return value of this native: `EndScaleformMovieMethodReturn` |
Returns
BOOLReturns TRUE (1) or FALSE (0).