diff options
| author | onefang | 2026-02-05 12:43:00 +1000 |
|---|---|---|
| committer | onefang | 2026-02-05 12:43:00 +1000 |
| commit | 339eba1d5f9198206cd82d5e4c978d6971584514 (patch) | |
| tree | ddbcd9b0f1cf6566a45782836b676dfa5a1bcbfb | |
| parent | More polygLua conversions. (diff) | |
| download | notYetAnotherWiki-339eba1d5f9198206cd82d5e4c978d6971584514.zip notYetAnotherWiki-339eba1d5f9198206cd82d5e4c978d6971584514.tar.gz notYetAnotherWiki-339eba1d5f9198206cd82d5e4c978d6971584514.tar.bz2 notYetAnotherWiki-339eba1d5f9198206cd82d5e4c978d6971584514.tar.xz | |
Oops.
| -rwxr-xr-x | notYetAnotherWiki.lua | 3 |
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. | ||
| 50 | local forBits = function(l, func, first) | ||
| 49 | end | 51 | end |
| 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 |
