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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user