Updated OverlayPlugin
Added send_message() function, more functionality to be implemented.
This commit is contained in:
parent
7b1237b702
commit
eb64045e41
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ func _get_script_name() -> String:
|
|||
return self.get_script().get_global_name()
|
||||
#endregion
|
||||
|
||||
func send_message(msg: String) -> void:
|
||||
_twitch.send_message(msg)
|
||||
|
||||
func send_notification(message: String) -> void:
|
||||
EventManager.test_notification(message)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue