@plugify-plugins/s2sdk-types 1.1.0 → 1.1.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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4878,7 +4878,7 @@ declare module ":s2sdk" {
|
|
|
4878
4878
|
export function GetWeaponVData(entityHandle: number): number;
|
|
4879
4879
|
|
|
4880
4880
|
/**
|
|
4881
|
-
* @description
|
|
4881
|
+
* @description Retrieves the weapon definition index for a given entity handle.
|
|
4882
4882
|
*
|
|
4883
4883
|
* {@link https://untrustedmodders.github.io/plugify-generator/?file=https://github.com/untrustedmodders/plugify-source-2/blob/main/s2sdk.pplugin.in#item-GetWeaponDefIndex|Docs}
|
|
4884
4884
|
*
|