@plugify-plugins/s2sdk-types 2.3.9 → 2.3.10
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/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2171,12 +2171,12 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
2171
2171
|
/**
|
|
2172
2172
|
* @description Finds a key by name or creates it if it doesn't exist
|
|
2173
2173
|
*
|
|
2174
|
-
* {@link https://untrustedmodders.github.io/plugify-generator/?file=undefined/blob/main/plugify-plugin-s2sdk.pplugin.in#item-
|
|
2174
|
+
* {@link https://untrustedmodders.github.io/plugify-generator/?file=undefined/blob/main/plugify-plugin-s2sdk.pplugin.in#item-Kv1FindOrCreateKey|Docs}
|
|
2175
2175
|
*
|
|
2176
2176
|
* @param kv Pointer to the KeyValues object to search in
|
|
2177
2177
|
* @param keyName The name of the key to find or create
|
|
2178
2178
|
*/
|
|
2179
|
-
export function
|
|
2179
|
+
export function Kv1FindOrCreateKey(kv: number, keyName: string): number;
|
|
2180
2180
|
|
|
2181
2181
|
/**
|
|
2182
2182
|
* @description Creates a new subkey with the specified name
|