Event
Client.WindowFocusChange
Called when the game is focused/unfocused
Syntax
Client.Subscribe("WindowFocusChange", function(is_focused)
-- il tuo codice
end)
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
is_focused
|
boolean | — | If it's focused |