Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Conversation

@meta-hub
Copy link

Added setHideState, getHideState functions, with events and exports for each.

Example usage:

local chat = exports['chat']
local prevState = chat:getHideState()

chat:setHideState('ALWAYS_HIDE')
Wait(3000)

chat:setHideState(prevState)

Added `setHideState`, `getHideState` functions, with events and exports for each.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant