aboutsummaryrefslogtreecommitdiff
path: root/build/android/src/main/java
diff options
context:
space:
mode:
authorHybridDog <3192173+HybridDog@users.noreply.github.com>2019-09-26 21:03:54 +0200
committersfan5 <sfan5@live.de>2019-09-26 21:03:54 +0200
commit9e95bac75d43534614d168614624fa24048faf48 (patch)
tree7ebc052fc774579aabf93f9519da6bca23a7010e /build/android/src/main/java
parent26b39f1eae1f576669cbf49c6db94ef4ed8624df (diff)
downloadminetest-9e95bac75d43534614d168614624fa24048faf48.tar.gz
minetest-9e95bac75d43534614d168614624fa24048faf48.tar.bz2
minetest-9e95bac75d43534614d168614624fa24048faf48.zip
Automatically enable depends of mods when enabling the mods in the world config menu (#3473)
Diffstat (limited to 'build/android/src/main/java')
0 files changed, 0 insertions, 0 deletions
oid luaentity_Activate(u16 id, const std::string &staticdata, u32 dtime_s); void luaentity_Remove(u16 id); std::string luaentity_GetStaticdata(u16 id); void luaentity_GetProperties(u16 id, ObjectProperties *prop); void luaentity_Step(u16 id, float dtime); void luaentity_Punch(u16 id, ServerActiveObject *puncher, float time_from_last_punch, const ToolCapabilities *toolcap, v3f dir); void luaentity_Rightclick(u16 id, ServerActiveObject *clicker); }; #endif /* S_ENTITY_H_ */