aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/modCallTest.ts
diff options
context:
space:
mode:
authorCaleb <caleb.mabry.15@cnu.edu>2022-09-07 17:01:25 -0400
committerCaleb <caleb.mabry.15@cnu.edu>2022-09-07 17:01:25 -0400
commit3f8d0974b327e663328bc36cd97f1ba1855a2269 (patch)
treefe9a18c8c0cdbf1ab8ef037af6f98a53b0ea018f /webAO/dom/modCallTest.ts
parent5362069a05b4bfbef03f37605af979aa3cf0e066 (diff)
Added more functions
Diffstat (limited to 'webAO/dom/modCallTest.ts')
-rw-r--r--webAO/dom/modCallTest.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/webAO/dom/modCallTest.ts b/webAO/dom/modCallTest.ts
new file mode 100644
index 0000000..7058caf
--- /dev/null
+++ b/webAO/dom/modCallTest.ts
@@ -0,0 +1,8 @@
+import { packetHandler } from "../packets/packetHandler";
+/**
+ * Triggered by the modcall sfx dropdown
+ */
+export function modcall_test() {
+ packetHandler.get("ZZ")!("test#test".split("#"));
+}
+window.modcall_test = modcall_test; \ No newline at end of file