From 04172e3dd0bf1b2645c4bbc0c819e4e3a5ab87e3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 28 Mar 2012 00:38:20 +0300 Subject: Add PseudoRandom in Lua API --- doc/lua_api.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 3a5927e9c..f66743a7d 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -599,6 +599,7 @@ methods: returns the items that were actually removed (as an ItemStack) ItemStack: A stack of items. +- Can be created via ItemStack(itemstack or itemstring or table or nil) methods: - is_empty(): return true if stack is empty - get_name(): returns item name (e.g. "default:stone") @@ -627,6 +628,11 @@ methods: ^ returns copied ItemStack ^ if n is omitted, n=1 is used +PseudoRandom: A pseudorandom number generator +- Can be created via PseudoRandom(seed) +methods: +- next(): return next random number [0...32767] + Registered entities -------------------- - Functions receive a "luaentity" as self: -- cgit v1.2.3