2020-10-13 01:26:16 +00:00
|
|
|
scriptname BRMerchandiseList
|
|
|
|
|
|
|
|
; TODO: a save function that saves the merch to the server, load should load from server
|
|
|
|
bool function Toggle(string apiUrl, string apiKey, int merchandise_list_id, ObjectReference merchantShelf, Form placeholderStatic, Keyword shelfKeyword, Keyword chestKeyword, Keyword itemKeyword, Keyword toggleKeyword, Keyword nextKeyword, Keyword prevKeyword) global native
|
|
|
|
bool function NextPage(string apiUrl, string apiKey, int merchandise_list_id, ObjectReference merchantShelf, Form placeholderStatic, Keyword shelfKeyword, Keyword chestKeyword, Keyword itemKeyword, Keyword toggleKeyword, Keyword nextKeyword, Keyword prevKeyword) global native
|
|
|
|
bool function PrevPage(string apiUrl, string apiKey, int merchandise_list_id, ObjectReference merchantShelf, Form placeholderStatic, Keyword shelfKeyword, Keyword chestKeyword, Keyword itemKeyword, Keyword toggleKeyword, Keyword nextKeyword, Keyword prevKeyword) global native
|
|
|
|
|
|
|
|
bool function Replace3D(ObjectReference merchantShelf, Form placeholderStatic, Keyword shelfKeyword, Keyword itemKeyword) global native
|
|
|
|
|
|
|
|
Form function Buy(ObjectReference merchandisePlaceholder) global native
|
|
|
|
|
2020-10-16 03:42:57 +00:00
|
|
|
bool function Create(string apiUrl, string apiKey, int shopId, ObjectReference merchantChest) global native
|