In-game Functions: Difference between revisions

From Melvor Idle
(Created page with "In-game functions are responsible for most things in the game. It is possible to interact directly with them through the console. This can be used to add items, levels, GP and...")
 
Line 19: Line 19:
| found || bolean || Yes || Determinates if it will show in item completion log. Default: true
| found || bolean || Yes || Determinates if it will show in item completion log. Default: true
|-
|-
| found || bolean || Yes || Determinates if it will show notification. Default: true
| showNotification || bolean || Yes || Determinates if it will show notification. Default: true
|}
|}
=== Example ===
=== Example ===
  <nowiki>addItemToBank(1, 10, false);</nowiki>
  <nowiki>addItemToBank(1, 10, false);</nowiki>