Shards632
11 months agoMHCP Mentor
v205 typescript updates
- many doc comment updates that "Horizon Worlds" is now "Meta Horizon Worlds", as well as other minor doc comments
- new WorldInventory static class to simplify IWP management w/o an IWPSellerGizmo
- getPlayerEntitlements() - all the IWPs a player has purchased
- getWorldPurchasableBySKUs() - look up IWP items by string name (Stock Keeping Unit aka SKU)
doesPlayerHaveEntitlement() - see if a player owns a speciifc IWP, by SKU
- new InWorldPurchasable type and PlayerEntitlement interface to work with new WorldInventory api
- new InWorldPurchase.launchCheckoutFlow()
- static method so that you can initiate IWP purchases without an IWPSellerGizmo, i.e. directly from Custom UI!