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

Function psend

  • psend(
        player: Player | Globals.modules.cmds.executeCommandPlayerW,
        value: string | RawMessage | (string | RawMessage)[],
    ): void

    Parameters

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

      The player to send the message to.

    • value: string | RawMessage | (string | RawMessage)[]

      The value to stringify.

    Returns void

    Remarks

    This function sends the value passed in as a message to a player.

    • Defined in Global.ts:265

Settings

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

Generated using TypeDoc