Members
StatsFunctions
List of functions that get the statistics of any template or entity,
formatted in such a way as to appear in a tooltip.
The functions listed are defined in gui/common/tooltips.js
- Source:
Methods
(static) buildText(template, textFunctions, joiner) → {string}
Concatanates the return values of the array of passed functions.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
template |
Object | ||
textFunctions |
array | ||
joiner |
string |
- Source:
Returns:
The built text.
- Type
- string