@plugify-plugins/s2sdk-types 1.3.9 → 1.4.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/index.d.ts +0 -19
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3510,25 +3510,6 @@ declare module ":s2sdk" {
|
|
|
3510
3510
|
*/
|
|
3511
3511
|
export function IsSoundPrecached(sound: string): boolean;
|
|
3512
3512
|
|
|
3513
|
-
/**
|
|
3514
|
-
* @description Precaches a specified decal.
|
|
3515
|
-
*
|
|
3516
|
-
* {@link https://untrustedmodders.github.io/plugify-generator/?file=https://github.com/untrustedmodders/plugify-source-2/blob/main/s2sdk.pplugin.in#item-PrecacheDecal|Docs}
|
|
3517
|
-
*
|
|
3518
|
-
* @param decal The name of the decal to be precached.
|
|
3519
|
-
* @param preload A boolean indicating if the decal should be preloaded.
|
|
3520
|
-
*/
|
|
3521
|
-
export function PrecacheDecal(decal: string, preload: boolean): number;
|
|
3522
|
-
|
|
3523
|
-
/**
|
|
3524
|
-
* @description Checks if a specified decal is precached.
|
|
3525
|
-
*
|
|
3526
|
-
* {@link https://untrustedmodders.github.io/plugify-generator/?file=https://github.com/untrustedmodders/plugify-source-2/blob/main/s2sdk.pplugin.in#item-IsDecalPrecached|Docs}
|
|
3527
|
-
*
|
|
3528
|
-
* @param decal The name of the decal to check.
|
|
3529
|
-
*/
|
|
3530
|
-
export function IsDecalPrecached(decal: string): boolean;
|
|
3531
|
-
|
|
3532
3513
|
/**
|
|
3533
3514
|
* @description Returns a pointer to the Economy Item System.
|
|
3534
3515
|
*
|