References
summary | ||
public |
F jumbogrove(selector: string, data: game) The main entry point for Jumbo Grove; call |
jg
jg/gameformat
summary | ||
public |
An entry in the |
|
public |
C game The object you pass to the jumbogrove function. |
|
public |
An entry in the |
jg/qualities
summary | ||
public |
V flag: Quality If |
|
public |
V fudgeAdjective: Quality Shortcut for |
|
public |
Object containing all qualities indexed by key. |
|
public |
V integer: Quality Decimals are truncated from the value when displaying. |
|
public |
V namedChoice: Quality Simple transform of one value to another. |
|
public |
V nonZeroInteger: Quality Same as |
|
public |
V onOff: Quality Displays |
|
public |
V raw: Quality Displays the value unchanged. |
|
public |
V wordScale: Quality Map an integer value to a word list, with optional offset. |
|
public |
V yesNo: Quality Same oas |