17,101
edits
m (Further fixes to currency examples) |
(→Attributes: Provide further information for 'found' parameter of addItemByID function, and add warning for bank slot tokens) |
||
Line 24: | Line 24: | ||
| logLost || boolean || Yes || false || If <code>true</code>, items that did not fit into the bank will be logged as lost | | logLost || boolean || Yes || false || If <code>true</code>, items that did not fit into the bank will be logged as lost | ||
|- | |- | ||
| found || boolean || Yes || false || Determines if | | found || boolean || Yes || false || Determines if items added by this function will be included within the "Times Found" statistic for that item within the completion log. Therefore, unless this parameter is set to <code>true</code>, any items added in this way will not contribute towards the player's item completion percentage. | ||
<br/><br/>{{Disclaimer|'''Note:''' When adding {{ItemIcon|Bank Slot Token|Bank Slot Tokens}}, it is suggested that this parameter is set to <code>true</code>, otherwise this may cause issues with the way the game calculates the amount of bank space a player has.}} | |||
|- | |- | ||
| ignoreSpace || boolean || Yes || false || If <code>true</code>, the item will be added to the bank even if the bank is already full | | ignoreSpace || boolean || Yes || false || If <code>true</code>, the item will be added to the bank even if the bank is already full |