14 lines
264 B
GDScript3
14 lines
264 B
GDScript3
|
|
extends Node
|
||
|
|
|
||
|
|
func steamInitEx() -> Dictionary: return {"status": -1}
|
||
|
|
|
||
|
|
func steamShutdown(): pass
|
||
|
|
|
||
|
|
func setAchievement(_ach_name: String): pass
|
||
|
|
|
||
|
|
func storeStats(): pass
|
||
|
|
|
||
|
|
func isSteamRunningOnSteamDeck() -> bool: return false
|
||
|
|
|
||
|
|
func resetAllStats(_flag: bool): pass
|