Functions: Capped_String Function - Wynntils/Wynntils GitHub Wiki
- CAP_STR
- STR_CAP
Returns a capped value converted into a string with custom delimiter.
This function has 2 required arguments.
- value(CappedValue) → The current value.
- delimiter(String) → A string between current and max value.
CAPPED_STRING(<value>;<delimiter>) → (String)
CAPPED_STRING(capped_health;" out of ") → "4589 out of 6980"