@citizenfx/client 2.0.4763-1 → 2.0.4764-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/natives_universal.d.ts +4 -7
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -10754,6 +10754,10 @@ declare function GetScaleformMovieMethodReturnValueBool(methodReturn: number): b
|
|
|
10754
10754
|
* methodReturn: The return value of this native: END_SCALEFORM_MOVIE_METHOD_RETURN_VALUE
|
|
10755
10755
|
*/
|
|
10756
10756
|
declare function N_0xd80a80346a45d761(methodReturn: number): boolean;
|
|
10757
|
+
/**
|
|
10758
|
+
* methodReturn: The return value of this native: END_SCALEFORM_MOVIE_METHOD_RETURN_VALUE
|
|
10759
|
+
*/
|
|
10760
|
+
declare function GetScaleformMovieFunctionReturnBool(methodReturn: number): boolean;
|
|
10757
10761
|
|
|
10758
10762
|
/**
|
|
10759
10763
|
* Used to get a return value from a scaleform function. Returns an int in the same way GET_SCALEFORM_MOVIE_METHOD_RETURN_VALUE_STRING returns a string.
|
|
@@ -14932,13 +14936,6 @@ declare function IsScaleformMovieMethodReturnValueReady(method_return: number):
|
|
|
14932
14936
|
* @return Returns true if the return value of a scaleform function is ready to be collected
|
|
14933
14937
|
*/
|
|
14934
14938
|
declare function N_0x768ff8961ba904d6(method_return: number): boolean;
|
|
14935
|
-
/**
|
|
14936
|
-
* methodReturn: The return value of this native: END_SCALEFORM_MOVIE_METHOD_RETURN_VALUE
|
|
14937
|
-
* 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).
|
|
14938
|
-
* @param method_return The return value of this native: `EndScaleformMovieMethodReturn`
|
|
14939
|
-
* @return Returns true if the return value of a scaleform function is ready to be collected
|
|
14940
|
-
*/
|
|
14941
|
-
declare function GetScaleformMovieFunctionReturnBool(method_return: number): boolean;
|
|
14942
14939
|
|
|
14943
14940
|
/**
|
|
14944
14941
|
* Occurrences in the b617d scripts:
|