diff options
author | ShadowNinja <noreply@gmail.com> | 2013-04-04 04:28:21 -0400 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2013-04-23 09:57:45 +0300 |
commit | 4a9b8aae5e54e4cb6395771868a83bfd0f72c11a (patch) | |
tree | a367d652c8770eba60c5e122a0dc3fe8fd21aec4 /doc | |
parent | 3d4d0cb5749a68436cccd08b7a135f9bb7527038 (diff) | |
download | minetest-4a9b8aae5e54e4cb6395771868a83bfd0f72c11a.tar.gz minetest-4a9b8aae5e54e4cb6395771868a83bfd0f72c11a.tar.bz2 minetest-4a9b8aae5e54e4cb6395771868a83bfd0f72c11a.zip |
Add minetest.get_player_ip()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 38e12882d..531a40b29 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1002,6 +1002,7 @@ minetest.auth_reload() ^ These call the authentication handler minetest.check_player_privs(name, {priv1=true,...}) -> bool, missing_privs ^ A quickhand for checking privileges +minetest.get_player_ip(name) -> IP address string Chat: minetest.chat_send_all(text) |