-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Interface:Chat Channel Events
Christian Johansson edited this page Aug 20, 2014
·
4 revisions
Chat stuff... (TODO)
-- Empty!
###Available events:
canJoin()
onJoin()
onLeave()
onSpeak()
###### canJoin() > **Description:** N/A > **Parameters:** N/A > **Accepted return values:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### onJoin() > **Description:** N/A > **Parameters:** N/A > **Accepted return values:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### onLeave() > **Description:** N/A > **Parameters:** N/A > **Accepted return values:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### onSpeak() > **Description:** N/A > **Parameters:** N/A > **Accepted return values:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0