User Tools

Site Tools


lua:formatargs

Many functions that accept string arguments will also accept format arguments (in the style of string.format.

In fact, in these cases, the function is just passing its arguments along to string.format, so it will work exactly the same.

say("Hey %s, I have %d items!", ch.name, #mob.items)
mdo ("poke %s", ch.name)
lua/formatargs.txt · Last modified: 2014/12/27 07:24 by vodur