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:
parent
69dbc046eb
commit
62e7912577
3 changed files with 99 additions and 18 deletions
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue