aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2026-02-05 12:43:00 +1000
committeronefang2026-02-05 12:43:00 +1000
commit339eba1d5f9198206cd82d5e4c978d6971584514 (patch)
treeddbcd9b0f1cf6566a45782836b676dfa5a1bcbfb
parentMore polygLua conversions. (diff)
downloadnotYetAnotherWiki-339eba1d5f9198206cd82d5e4c978d6971584514.zip
notYetAnotherWiki-339eba1d5f9198206cd82d5e4c978d6971584514.tar.gz
notYetAnotherWiki-339eba1d5f9198206cd82d5e4c978d6971584514.tar.bz2
notYetAnotherWiki-339eba1d5f9198206cd82d5e4c978d6971584514.tar.xz
Oops.
-rwxr-xr-xnotYetAnotherWiki.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index fb581e3..cc76969 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -46,7 +46,10 @@ end
46--------------------------------------------------------------------------------- 46---------------------------------------------------------------------------------
47-- Useful functions, part 0. 47-- Useful functions, part 0.
48 48
49--[[ TODO - loop through bits array, call function for each bit, 'first' is an optional bool to tell it to deal with the damned root folder as well.
50local forBits = function(l, func, first)
49end 51end
52]]
50 53
51 54
52-- String together the bits array into a path string. Or the other way around. lol 55-- String together the bits array into a path string. Or the other way around. lol