WrenSupport.reloadScriptsThatChanged

Read live-reload .wren files and restart the Wren VM if they have changed. Check the registered .wren file and check if they have changed. Since it (re)starts the Wren VM, it cannot be called from Wren.

class WrenSupport
@nogc nothrow
bool
reloadScriptsThatChanged
()

Return Value

Type: bool

true on first load, or if the scripts have changed.

Meta