Remove note in lua-api.txt that there are no vector helper functions

This commit is contained in:
PilzAdam 2013-07-08 13:41:46 +02:00
parent 0b5f18754c
commit c813a3cc53
1 changed files with 1 additions and 2 deletions

View File

@ -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"}