Skip to content

Commit a79cf3f

Browse files
committed
chore: update changelog
1 parent 2fe4de9 commit a79cf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Added global functions for mod management ([UE4SS #1105](https://github.com/UE4S
113113
- `RestartMod(ModName)` - Restart another mod by name
114114
- `UninstallMod(ModName)` - Uninstall another mod by name
115115

116-
Added comprehensive Delayed Action System for game-thread timer management ([UE4SS #XXXX](https://github.com/UE4SS-RE/RE-UE4SS/pull/XXXX))
116+
Added comprehensive Delayed Action System for game-thread timer management ([UE4SS #1128](https://github.com/UE4SS-RE/RE-UE4SS/pull/1128))
117117
- New execution functions:
118118
- `ExecuteInGameThreadWithDelay(delayMs, callback)` - Execute after delay, returns handle
119119
- `ExecuteInGameThreadWithDelay(handle, delayMs, callback)` - UE Delay-style (only executes if handle not active)

0 commit comments

Comments
 (0)