From 026d2a61ef398874b1514eb96a82aed02c3b4295 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 4 Jan 2024 06:08:41 -0800 Subject: [PATCH] Update Lua API.rst --- docs/dev/Lua API.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index ee68fd7fc..b58efbd0a 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -941,6 +941,10 @@ can be omitted. Note that the returned string may be longer than the input string. For example, ``ä`` is replaced with ``a``, and ``æ`` is replaced with ``ae``. +* ``dfhack.capitalizeStringWords(string)`` + + Return a version of the string with each word capitalized. + * ``dfhack.run_command(command[, ...])`` Run an arbitrary DFHack command, with the core suspended, and send output to