mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Scripting WIP
This commit is contained in:
parent
ea8d6d7abd
commit
dcedfdacd1
12 changed files with 228 additions and 104 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue