1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-02-22 18:50:21 +01:00

update game_api.txt

This commit is contained in:
nixnoxus 2022-04-03 00:22:14 +02:00
parent 9e06bff2db
commit 37783fe4a0

View File

@ -1124,6 +1124,8 @@ Logs action of the player with a node at a certain position.
By default only actions of real players are logged.
Actions of non-players (usually machines) are logged only when
setting `enable_non_player_action_log` is enabled.
A player is considered non-player if `player.is_player()` returns
`false` or `player.is_fake_player` is truthy.
`default.log_action(player, pos, message)`