Translations:Object respawning/9/en
Given an item located in column itemCol
and row itemRow
, the player is considered to not be in its map area if and only if:
- itemCol < playerCol1
- or itemCol > playerCol2
- or itemRow < playerRow1
- or itemRow > playerRow2