You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I'm enjoying the library a lot, but I had a question. If I wanted to get the expressions associated with a particular DiceRoll, how would I do that? Ultimately I'm trying to implement a different way other than the default string to surface roll results, and for that I need to know which groups of dice (e.g. 3d6+4d8) returned which, without doing some hacky parsing of the string or RollResults. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi there! I'm enjoying the library a lot, but I had a question. If I wanted to get the expressions associated with a particular
DiceRoll
, how would I do that? Ultimately I'm trying to implement a different way other than the default string to surface roll results, and for that I need to know which groups of dice (e.g.3d6+4d8
) returned which, without doing some hacky parsing of the string orRollResults
. Thanks in advance!The text was updated successfully, but these errors were encountered: