@citizenfx/client 2.0.6398-1 → 2.0.6399-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.
@@ -16226,10 +16226,11 @@ declare function GetTimecycleModifierVar(modifierName: string, varName: string):
16226
16226
 
16227
16227
  /**
16228
16228
  * GET_TIMECYCLE_MODIFIER_VAR_COUNT
16229
- * @param modifierName The timecycle modifier name.
16230
- * @return The amount of variables used on a specified timecycle modifier.
16229
+ * @param modifierName The name of timecycle modifier.
16230
+ * @param modifierVarIndex The index of a variable on the specified timecycle modifier.
16231
+ * @return The name of a variable by index.
16231
16232
  */
16232
- declare function GetTimecycleModifierVarCount(modifierName: string): number;
16233
+ declare function GetTimecycleModifierVarCount(modifierName: string, modifierVarIndex: number): string;
16233
16234
 
16234
16235
  /**
16235
16236
  * GET_TIMECYCLE_TRANSITION_MODIFIER_INDEX
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.6398-1",
3
+ "version": "2.0.6399-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {