1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-22 04:15:44 +02:00

Scripting WIP

This commit is contained in:
Perttu Ahola
2011-11-12 10:39:44 +02:00
parent ea8d6d7abd
commit dcedfdacd1
12 changed files with 228 additions and 104 deletions

View File

@@ -380,6 +380,8 @@ private:
LuaEntityCAO
*/
struct LuaEntityProperties;
class LuaEntityCAO : public ClientActiveObject
{
public:
@@ -414,6 +416,7 @@ private:
core::aabbox3d<f32> m_selection_box;
scene::IMeshSceneNode *m_node;
v3f m_position;
struct LuaEntityProperties *m_prop;
};