File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments