diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-07-01 19:28:09 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-07-01 21:05:10 -0700 |
| commit | 60dd80779a92120c74e7bda9e1ccf2695e2c7c19 (patch) | |
| tree | 4d76dc03072740a41634893a9062d6a7e4626f68 /src/Game/UI | |
| parent | 112c1f987d3831df97f46c0f9e4ae977fba59484 (diff) | |
match some ai::Query
Diffstat (limited to 'src/Game/UI')
| -rw-r--r-- | src/Game/UI/uiUtils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Game/UI/uiUtils.h b/src/Game/UI/uiUtils.h index ace7653e..e39d53c9 100644 --- a/src/Game/UI/uiUtils.h +++ b/src/Game/UI/uiUtils.h @@ -34,4 +34,8 @@ int getItemGeneralLife(const char* name); // TODO: move this to yet another translation unit (TBD but not the same one as the above) void addItemForDebug(const sead::SafeString& name, int value); +int countCookResultsCheck(const sead::SafeString& name, s32 effect_type); +int countCookResultsAllOk(const sead::SafeString& name); +int getItemValue(const sead::SafeString& name); + } // namespace uking::ui |
