diff --git a/scripts/Game.pex b/scripts/Game.pex index 0a6661936..3bfe06a1b 100644 Binary files a/scripts/Game.pex and b/scripts/Game.pex differ diff --git a/source/scripts/Game.psc b/source/scripts/Game.psc index 963d6df2f..20e0fd9ee 100644 --- a/source/scripts/Game.psc +++ b/source/scripts/Game.psc @@ -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