Add-On Documentation
  • Preparing search index...
  • The search index is not available
8Crafter's Server Utilities API
  • 8Crafter's Server Utilities API
  • Globals
  • pbsend

Function pbsend

  • pbsend(
        player: Player | Globals.modules.cmds.executeCommandPlayerW,
        value: any,
        space?: string | number,
    ): void

    Parameters

    • player: Player | Globals.modules.cmds.executeCommandPlayerW

      The player to send the message to.

    • value: any

      The JSON to stringify.

    • Optionalspace: string | number

      The spacing for the stringified JSON.

    Returns void

    Remarks

    This function sends a player a message containing a stringified version of the JSON value passed in. It uses JSONStringify.

    • Defined in Global.ts:186

Settings

Member Visibility
Add-On Documentation
8Crafter's Server Utilities API
  • Loading...

Generated using TypeDoc