AIDef:Query/CheckManufactResult: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(import AI definitions from 1.5.0 (fixed))
 
Line 3: Line 3:
|type=Query
|type=Query
}}
}}
This is used to check how to proceed when a item is selected from the crafting window. Outcome 6 is used when the player presses the cancel button.
{|class="wikitable"
! Result !! Description
|-
| 0 || Can successfully purchase
|-
| 1 || Unknown
|-
| 2 || Unknown
|-
| 3 || Insufficient recipe materials
|-
| 4 || Insufficient rupees
|-
| 5 || No space in inventory
|-
| 6 || Exit
|-
|}


== Derived definitions ==
== Derived definitions ==

Latest revision as of 15:54, 22 September 2021

CheckManufactResult
AI definition
Type Query

This is used to check how to proceed when a item is selected from the crafting window. Outcome 6 is used when the player presses the cancel button.

Result Description
0 Can successfully purchase
1 Unknown
2 Unknown
3 Insufficient recipe materials
4 Insufficient rupees
5 No space in inventory
6 Exit


Derived definitions

CheckManufactResult (EventSystemActor)

No overridden parameters.