1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

some tidying

This commit is contained in:
Perttu Ahola 2011-02-21 16:50:05 +02:00
parent 69dbc046eb
commit 62e7912577
3 changed files with 99 additions and 18 deletions

View file

@ -174,6 +174,23 @@ extern "C"{
#include "lstring.h"
}
/*
Functions for calling from script:
object_set_position(self, x, y, z)
object_set_rotation(self, x, y, z)
object_add_to_mesh(self, image, corners, backface_culling)
object_clear_mesh(self)
Callbacks in script:
step(self, dtime)
process_message(self, data)
initialize(self, data)
TODO:
string status_text(self)
*/
/*
object_set_position(self, x, y, z)
*/