@citizenfx/client 2.0.4837-1 → 2.0.4857-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 +7 -4
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -10754,10 +10754,6 @@ 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;
|
|
10761
10757
|
|
|
10762
10758
|
/**
|
|
10763
10759
|
* 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.
|
|
@@ -14936,6 +14932,13 @@ declare function IsScaleformMovieMethodReturnValueReady(method_return: number):
|
|
|
14936
14932
|
* @return Returns true if the return value of a scaleform function is ready to be collected
|
|
14937
14933
|
*/
|
|
14938
14934
|
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;
|
|
14939
14942
|
|
|
14940
14943
|
/**
|
|
14941
14944
|
* Occurrences in the b617d scripts:
|