Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 892432d

Browse files
committed
forgot changelog
1 parent 290ded5 commit 892432d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
105105

106106
- New `SceneObject` Lua functions `IsBuyableInScriptOnly()`, `IsBuyableInObjectPickerOnly()`, and `IsBuyableInBuyMenuOnly()`.
107107

108+
- Exposed `SceneObject` property `BuyableMode` to Lua (R).
109+
110+
- `Enum` binding for `SceneObject.BuyableMode`: `NORESTRICTIONS = 0, BUYMENUONLY = 1, OBJECTPICKERONLY = 2, SCRIPTONLY = 2`.
111+
108112
</details>
109113

110114
<details><summary><b>Changed</b></summary>
@@ -145,7 +149,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
145149

146150
- Script values, i.e `GetStringValue`, `RemoveStringValue`, `StringValueExists` and the associated functions for `GetNumberValue`/`GetObjectValue`, have been moved from MOSRotating to MovableObject, so now any object with script support can use these values.
147151

148-
- The `SceneObject` property `IsBuyable` is now a function, e.g. `IsBuyable()`.
152+
- The `SceneObject` property `IsBuyable` is now a function, e.g. `IsBuyable()`. `Buyable` replaces it as a property.
149153

150154
</details>
151155

0 commit comments

Comments
 (0)