@citizenfx/client 2.0.5626-1 → 2.0.5629-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 +1 -1
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -4682,7 +4682,7 @@ declare function DoesScenarioExistInArea(x: number, y: number, z: number, radius
|
|
|
4682
4682
|
*/
|
|
4683
4683
|
declare function DoesScenarioGroupExist(scenarioGroup: string): boolean;
|
|
4684
4684
|
|
|
4685
|
-
declare function DoesScenarioOfTypeExistInArea(p0: number, p1: number, p2: number, p4: number, p5: boolean):
|
|
4685
|
+
declare function DoesScenarioOfTypeExistInArea(p0: number, p1: number, p2: number, p3: string, p4: number, p5: boolean): boolean;
|
|
4686
4686
|
|
|
4687
4687
|
declare function DoesScriptExist(scriptName: string): boolean;
|
|
4688
4688
|
|