This repository was archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not export show, clear and output functions
remove serverside isVisible function update README.md update meta.xml
- Loading branch information
nrzull
committed
Jun 19, 2019
1 parent
26abdd0
commit b8c4f8d
Showing
4 changed files
with
39 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
<meta> | ||
<info name="chat2" type="script" version="0.3.0" author="nrzull" /> | ||
<info name="chat2" type="script" version="0.4.0" author="nrzull" /> | ||
|
||
<script src="chat2_shared.lua" type="shared" /> | ||
<script src="chat2_server.lua" type="server" /> | ||
<script src="chat2_client.lua" type="client" /> | ||
|
||
<file src="index.html" /> | ||
|
||
<export function="clear" type="shared" /> | ||
<export function="show" type="shared" /> | ||
<export function="output" type="shared" /> | ||
<export function="isVisible" type="shared" /> | ||
<export function="isChatVisible" type="client" /> | ||
<export function="useCustomEventHandlers" type="server" /> | ||
</meta> |