BazaarRealmMod/Source/Scripts/BRShop.psc

6 lines
417 B
Plaintext
Raw Normal View History

2020-10-13 01:26:16 +00:00
scriptname BRShop
bool function Create(string apiUrl, string apiKey, string name, string description = "", quest quest) global native
bool function Update(string apiUrl, string apiKey, int id, string name, string description = "", quest quest) global native
bool function Get(string apiUrl, string apiKey, int id, quest quest) global native
bool function List(string apiUrl, string apiKey, quest quest) global native