Lua interface for utility functions.
More...
#include <lauxlib.h>
#include <lua.h>
#include <lualib.h>
Go to the source code of this file.
Lua interface for utility functions.
◆ lua_util_hash()
| int lua_util_hash |
( |
lua_State * |
lua_vm | ) |
|
Function that implements hashing functions
- Parameters
-
- Returns
- number of elements pushed to lua stack
◆ lua_util_log()
| int lua_util_log |
( |
lua_State * |
lua_vm | ) |
|
Function that implements logging
- Parameters
-
- Returns
- number of elements pushed to lua stack
◆ lua_util_notify()
| int lua_util_notify |
( |
lua_State * |
lua_vm | ) |
|
Function that notifies all clients in a partition or a specific client
- Parameters
-
- Returns
- number of elements pushed to lua stack
◆ lua_util_sleep()
| int lua_util_sleep |
( |
lua_State * |
lua_vm | ) |
|
Interuptable sleep function
- Parameters
-
- Returns
- number of elements pushed to lua stack
◆ lua_util_urldecode()
| int lua_util_urldecode |
( |
lua_State * |
lua_vm | ) |
|
Function that implements url decoding
- Parameters
-
- Returns
- number of elements pushed to lua stack
◆ lua_util_urlencode()
| int lua_util_urlencode |
( |
lua_State * |
lua_vm | ) |
|
Function that implements url encoding
- Parameters
-
- Returns
- number of elements pushed to lua stack