이것은 페이지 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
를 삭제할 것입니다. 다시 한번 확인하세요.