@plugify-plugins/s2sdk-types 2.4.2 → 2.5.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 +9 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -11795,6 +11795,15 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
11795
11795
|
*/
|
|
11796
11796
|
export function UserMessageSetRecipientMask(userMessage: number, mask: number): void;
|
|
11797
11797
|
|
|
11798
|
+
/**
|
|
11799
|
+
* @description Remove all players UserMessage.
|
|
11800
|
+
*
|
|
11801
|
+
* {@link https://untrustedmodders.github.io/plugify-generator/?file=undefined/blob/main/plugify-plugin-s2sdk.pplugin.in#item-UserMessageRemoveAllRecipient|Docs}
|
|
11802
|
+
*
|
|
11803
|
+
* @param userMessage The UserMessage instance.
|
|
11804
|
+
*/
|
|
11805
|
+
export function UserMessageRemoveAllRecipient(userMessage: number): void;
|
|
11806
|
+
|
|
11798
11807
|
/**
|
|
11799
11808
|
* @description Gets the count of repeated fields in a field of the UserMessage.
|
|
11800
11809
|
*
|