mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Scripting WIP
This commit is contained in:
parent
38944467d3
commit
75a0ca6bd6
14 changed files with 148 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue