Added Amiibo Papyrus functions added in 1.7 so it wouldn't log warnings on every start (WTF?)

This commit is contained in:
Eddoursul 2026-08-31 03:24:10 +02:00
parent b90755e05b
commit 35af9226ed
2 changed files with 21 additions and 0 deletions

Binary file not shown.

View File

@ -265,6 +265,27 @@ Function UnlockWord(WordOfPower akWord) native global
; Returns true if we're using a gamepad
bool Function UsingGamepad() native global
; Amiibo functions, registered by the game on every platform. On PC every native is a stub:
; the queries return false, -1 and "No support for Amiibos!", the others do nothing.
; Returns true if the game supports the given amiibo
bool Function IsAmiiboSupported(int aiAmiiboID) native global
; Returns the localized name of the given amiibo
string Function GetLocalizedNameForAmiibo(int aiAmiiboID) native global
; Returns the number of seconds since the given amiibo was last used
int Function GetSecondsSinceLastAmiiboUsage(int aiAmiiboID) native global
; Stores the current time as the last usage time of the given amiibo
Function SaveSuccessfulAmiiboUsage(int aiAmiiboID) native global
; Starts NFC detection, returns true on success
bool Function StartNFCDetection() native global
; Stops NFC detection, returns true on success
bool Function StopNFCDetection() native global
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
; Get/Set Perk Points