Added Amiibo Papyrus functions added in 1.7 so it wouldn't log warnings on every start (WTF?)
This commit is contained in:
parent
b90755e05b
commit
35af9226ed
BIN
scripts/Game.pex
BIN
scripts/Game.pex
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user