Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

messagedata   (table)   
A table containing information about the message. See the Comm package the Comm package for details.

recipients   (string (or table))   [optional]
A string (or integer indexed table of strings) containing the user name(s) of the desired recipient(s)

...

This function is used to trigger a roll of the dice without direct UI actions. Technically, the roll is performed by creating a dragdata object and triggering the action of the dice.

...

dragtype   (string)   
The type used for the dragdata object. A value of "dice" performs a normal die roll.

...

An alternate version of the function used to trigger a roll of the dice without direct UI actions. Technically, the roll is performed by creating a dragdata object and triggering the action of the dice.

...

data   (table)   
See the dragdata object for a description of the table (same as dragdata.setData)

...