mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Scripting WIP
This commit is contained in:
@@ -26,11 +26,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
struct LuaEntityProperties
|
||||
{
|
||||
// Values are BS=1
|
||||
bool physical;
|
||||
float weight;
|
||||
core::aabbox3d<f32> collisionbox;
|
||||
std::string visual;
|
||||
core::list<std::string> textures;
|
||||
core::array<std::string> textures;
|
||||
|
||||
LuaEntityProperties();
|
||||
std::string dump();
|
||||
|
Reference in New Issue
Block a user