Groove Wizard

Results 16 issues of Groove Wizard

For example, having a function defined as: ```lua ---@param callback fun(text:string) local function my_fun(callback) callback() end ``` When you go to call it using my_fun(), the auto-completer suggests "fun(text:string), but...

as designed

Having a strange behavior where the GLWpfControl.OnLoaded() method, which just invalidates the visual of the control once it's loaded to be properly drawn, isn't run automatically, **unless** I specifically assign...

needs verification
4.0

--- Calls a specified function on a specified context object that makes changes to the game. This allows script to use the context system to modify the state of the...

easier pointing for the extension - warhammer3/ as a library for a fully global mod, or warhammer3/global warhammer3/battle for a battle mod, etc.

if in all three, toss it into game/global/ if in two or less, toss it into game/%context%/, where context is campaign/battle/frontend