diff options
| author | jussi | 2024-05-22 00:11:40 +0300 |
|---|---|---|
| committer | jussi | 2024-05-22 00:11:40 +0300 |
| commit | cb1bc03681dff958da6ff851cfe32dfdd83f6f8d (patch) | |
| tree | 59ba256ce41cec8ac7e0d91b68baf222a9ff596a /examples/resources/lib/utillib.lua | |
| parent | c95c797da61b4b2829d542f6d7c164a88951cad4 (diff) | |
| download | reilua-enhanced-cb1bc03681dff958da6ff851cfe32dfdd83f6f8d.tar.gz reilua-enhanced-cb1bc03681dff958da6ff851cfe32dfdd83f6f8d.tar.bz2 reilua-enhanced-cb1bc03681dff958da6ff851cfe32dfdd83f6f8d.zip | |
Object lib serialization.
Diffstat (limited to 'examples/resources/lib/utillib.lua')
| -rw-r--r-- | examples/resources/lib/utillib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resources/lib/utillib.lua b/examples/resources/lib/utillib.lua index 4054006..c66cf26 100644 --- a/examples/resources/lib/utillib.lua +++ b/examples/resources/lib/utillib.lua @@ -132,7 +132,7 @@ function utillib.toBoolean( v ) return false end -function utillib.bool2Number( bool ) +function utillib.boolToNumber( bool ) return bool and 1 or 0 end |
