From c813a3cc53f0ab4a39f07d0a017db7b7e3ef6fbc Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Mon, 8 Jul 2013 13:41:46 +0200 Subject: [PATCH] Remove note in lua-api.txt that there are no vector helper functions --- doc/lua_api.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index daef00d8b..12892e5b5 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -507,8 +507,7 @@ Representations of simple things -------------------------------- Position/vector: {x=num, y=num, z=num} -Currently the API does not provide any helper functions for addition, -subtraction and whatever; you can define those that you need yourself. +For helper functions see "Vector helpers". pointed_thing: {type="nothing"}