]> git.lizzy.rs Git - minetest.git/blobdiff - src/scriptapi_object.h
Vary ore sheet y position by noise
[minetest.git] / src / scriptapi_object.h
index ba1e7db394d1f2d911a2d86e9350588c8e3819c4..a37abbb781f0545cd1ae95c88d159b8a159fbe2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Minetest-c55
+Minetest
 Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
@@ -169,6 +169,12 @@ class ObjectRef
        // get_look_yaw(self)
        static int l_get_look_yaw(lua_State *L);
 
+       // set_look_pitch(self, radians)
+       static int l_set_look_pitch(lua_State *L);
+
+       // set_look_yaw(self, radians)
+       static int l_set_look_yaw(lua_State *L);
+
        // set_inventory_formspec(self, formspec)
        static int l_set_inventory_formspec(lua_State *L);