renderPokerStars

Renders an hhp parsed hand in PokerStars format.

renderPokerStars(hand: Object, $0: Object): string
Parameters
hand (Object) the parsed hand
$0 (Object) options
Name Description
$0.muckRevealed Object? (default true) if true includes cards revealed via Ignition as mucks
Returns
string: hand rendered to be importable as PokerStars hand

renderHtml

Renders an hhp parsed + hha anazlyzed + scripted and then summarized hand to HTML format.

renderHtml
Parameters
$0 (Object) the configuration of the renderer
Name Description
$0.text String? (default '') text to start with
$0.summary Object the parsed then analyzed, scripted and summarized
$0.amountAsBB Boolean? (default false) show all amounts in big blind dominatians
$0.showHeroCards Boolean? (default true) show hero cards as part of hands (i.e. don't hide in spoilers)
Returns
String: the rendered hand

renderFacebook

Renders an hhp parsed + hha anazlyzed + scripted and then summarized hand to facebook format.

renderFacebook
Parameters
$0 (Object) the configuration of the renderer (same as renderHtml )
Returns
String: the rendered hand

forums.renderTwoPlusTwo

Renders an hhp parsed + hha anazlyzed + scripted and then summarized hand to 2+2 forum format.

forums.renderTwoPlusTwo
Parameters
$0 (Object) the configuration of the renderer (same as renderHtml )
Returns
String: the rendered hand

forums.renderPocketFives

Renders an hhp parsed + hha anazlyzed + scripted and then summarized hand to pocket fives forum format PokerXFactor, CardRunners, IntelliPoker formats are identical.

forums.renderPocketFives
Parameters
$0 (Object) the configuration of the renderer (same as renderHtml )
Returns
String: the rendered hand