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

Commit efed75e

Browse files
committed
Update CHANGELOG.md
1 parent 78a58e2 commit efed75e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
242242

243243
- Added Lua binding for `AudioMan:StopMusic()`, which stops all playing music. `AudioMan:StopAll()` used to do this, but now it actually stops all sounds and music.
244244

245+
- New `Actor` Lua (R) property `SharpAimProgress`, which returns the current sharp-aiming progress as a scalar from 0 to 1.
246+
247+
- New `HeldDevice` Lua (R/W) property `Supported`, which indicates whether or not the device is currently being supported by a background hand.
248+
249+
- New `HeldDevice` Lua function `IsEmpty`, which indicates whether the device is devoid of ammo. Can be used to skip an extra step to check for a `Magazine`. Will always return `false` for non-`HDFirearm` devices.
250+
251+
- New `SoundContainer` INI and Lua (R/W) property `PitchVariation`, which can be used to randomize the pitch of the sounds being played.
252+
245253
</details>
246254

247255
<details><summary><b>Changed</b></summary>

0 commit comments

Comments
 (0)