這將刪除頁面 "How to use the api"
。請三思而後行。
Register a player-to-player right click event.
Arguements:
Example of Usage:
p2p.register_on_right_clickplayer(function(clicker, clicked)
minetest.chat_send_player(clicker:get_player_name(), "Right Clicked "..tostring(clicked:get_player_name()))
end)
Note: This will return a chat message to the clicker confirming that he/she right-clicked a player.
這將刪除頁面 "How to use the api"
。請三思而後行。