Skip to content

Commit c813a3c

Browse files
committedJul 8, 2013
Remove note in lua-api.txt that there are no vector helper functions
1 parent 0b5f187 commit c813a3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎doc/lua_api.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,7 @@ Representations of simple things
507507
--------------------------------
508508
Position/vector:
509509
{x=num, y=num, z=num}
510-
Currently the API does not provide any helper functions for addition,
511-
subtraction and whatever; you can define those that you need yourself.
510+
For helper functions see "Vector helpers".
512511

513512
pointed_thing:
514513
{type="nothing"}

0 commit comments

Comments
 (0)
Please sign in to comment.