Translations:Object respawning/9/zh: Difference between revisions
Jump to navigation
Jump to search
Created page with "假設一件商品(或一個隨機重生的物件)位在第 <code>itemCol</code> 個 column 跟第 <code>itemRow</code> 個 row 裡,那麼玩家「不在指定區域內..." |
(No difference)
|
Revision as of 23:42, 28 May 2020
假設一件商品(或一個隨機重生的物件)位在第 itemCol 個 column 跟第 itemRow 個 row 裡,那麼玩家「不在指定區域內」的意思是
- itemCol < playerCol1
- or itemCol > playerCol2
- or itemRow < playerRow1
- or itemRow > playerRow2