aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/mbb/modern_wagong.blend
diff options
context:
space:
mode:
authororwell96 <mono96.mml@gmail.com>2017-05-22 15:08:10 +0200
committerorwell96 <mono96.mml@gmail.com>2017-05-22 15:08:10 +0200
commit0f14562112f0151cac6dad255210ec8cbaa9db85 (patch)
treee069040e400ec878c5d82e2e15c09d8846f05327 /assets/blender/mbb/modern_wagong.blend
parentd85f95ad10ac89792d940ba6e8dc1c341ff2757a (diff)
downloadadvtrains-0f14562112f0151cac6dad255210ec8cbaa9db85.tar.gz
advtrains-0f14562112f0151cac6dad255210ec8cbaa9db85.tar.bz2
advtrains-0f14562112f0151cac6dad255210ec8cbaa9db85.zip
Fix Syntax Error
Diffstat (limited to 'assets/blender/mbb/modern_wagong.blend')
0 files changed, 0 insertions, 0 deletions
lic: ScriptApiNodemeta(); virtual ~ScriptApiNodemeta(); // Return number of accepted items to be moved int nodemeta_inventory_AllowMove(v3s16 p, const std::string &from_list, int from_index, const std::string &to_list, int to_index, int count, ServerActiveObject *player); // Return number of accepted items to be put int nodemeta_inventory_AllowPut(v3s16 p, const std::string &listname, int index, ItemStack &stack, ServerActiveObject *player); // Return number of accepted items to be taken int nodemeta_inventory_AllowTake(v3s16 p, const std::string &listname, int index, ItemStack &stack, ServerActiveObject *player); // Report moved items void nodemeta_inventory_OnMove(v3s16 p, const std::string &from_list, int from_index, const std::string &to_list, int to_index, int count, ServerActiveObject *player); // Report put items void nodemeta_inventory_OnPut(v3s16 p, const std::string &listname, int index, ItemStack &stack, ServerActiveObject *player); // Report taken items void nodemeta_inventory_OnTake(v3s16 p, const std::string &listname, int index, ItemStack &stack, ServerActiveObject *player); private: }; #endif /* S_NODEMETA_H_ */