Skip to content

Commit

Permalink
Changes.txt: replaced term "attribute" with "property", for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Nov 23, 2024
1 parent 842775a commit b78c0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Editor:
- Fixed double warning message when trying to close the Editor while a game test is running.

Scripting:
- Dynamic arrays now have Length readonly attribute that returns their number of elements.
- Dynamic arrays now have Length readonly property that returns their number of elements.

Script API:
- Added eNullFont constant that lets assign or pass a "null font" to any property or function
Expand Down Expand Up @@ -498,7 +498,7 @@ Script API:
- Added static GetByName() function to AudioClip, Character, Dialog, GUI, GUIObject, Hotspot,
InventoryItem, Object.
- Added Object.AnimationVolume property, which works similar to Character.AnimationVolume.
- Added static File.ResolvePath() and File.Path attribute.
- Added static File.ResolvePath() and File.Path property.
- Added support for a text formatting to a number of functions:
DisplayAtY(), Character.SayAt(), Character.SayBackground(), DrawingSurface.DrawStringWrapped().

Expand Down

0 comments on commit b78c0d6

Please sign in to comment.