@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.
- package/natives_universal.d.ts +4 -3
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -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
|
|
16230
|
-
* @
|
|
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):
|
|
16233
|
+
declare function GetTimecycleModifierVarCount(modifierName: string, modifierVarIndex: number): string;
|
|
16233
16234
|
|
|
16234
16235
|
/**
|
|
16235
16236
|
* GET_TIMECYCLE_TRANSITION_MODIFIER_INDEX
|