aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/interfaces/Viewport.ts
diff options
context:
space:
mode:
authorstonedDiscord <stonedDiscord@users.noreply.github.com>2024-11-20 13:31:50 +0000
committerGitHub Action <actions@github.com>2024-11-20 13:31:50 +0000
commit6684f3fce6e90fd0574d7bab63b629554ab03ef6 (patch)
treeb2a62247d17e23a77af57aea355ba621666817c2 /webAO/viewport/interfaces/Viewport.ts
parent95a2d1361d84c61b454ebe506e6963b93f6d8dee (diff)
Prettified Code!
Diffstat (limited to 'webAO/viewport/interfaces/Viewport.ts')
-rw-r--r--webAO/viewport/interfaces/Viewport.ts76
1 files changed, 38 insertions, 38 deletions
diff --git a/webAO/viewport/interfaces/Viewport.ts b/webAO/viewport/interfaces/Viewport.ts
index d6b8632..68d98ff 100644
--- a/webAO/viewport/interfaces/Viewport.ts
+++ b/webAO/viewport/interfaces/Viewport.ts
@@ -2,42 +2,42 @@
import { ChatMsg } from "./ChatMsg";
export interface Viewport {
- getTextNow: Function;
- setTextNow: Function;
- getChatmsg: Function;
- setChatmsg: Function;
- getSfxPlayed: Function;
- setSfxPlayed: Function;
- setTickTimer: Function;
- getTickTimer: Function;
- getAnimating: Function;
- setAnimating: Function;
- getLastEvidence: Function;
- setLastEvidence: Function;
- setLastCharacter: Function;
- getLastCharacter: Function;
- setShoutTimer: Function;
- getShoutTimer: Function;
- setTestimonyTimer: Function;
- getTestimonyTimer: Function;
- setTestimonyUpdater: Function;
- getTestimonyUpdater: Function;
- getTheme: Function;
- setTheme: Function;
- testimonyAudio: HTMLAudioElement;
- chat_tick: Function;
- playSFX: Function;
- set_side: Function;
- updateTestimony: Function;
- disposeTestimony: Function;
- handleTextTick: Function;
- setSfxAudio: Function;
- getSfxAudio: Function;
- getBackgroundFolder: Function;
- blipChannels: HTMLAudioElement[];
- music: any;
- setBackgroundName: Function;
- getBackgroundName: Function;
- shoutaudio: HTMLAudioElement;
- updater: any;
+ getTextNow: Function;
+ setTextNow: Function;
+ getChatmsg: Function;
+ setChatmsg: Function;
+ getSfxPlayed: Function;
+ setSfxPlayed: Function;
+ setTickTimer: Function;
+ getTickTimer: Function;
+ getAnimating: Function;
+ setAnimating: Function;
+ getLastEvidence: Function;
+ setLastEvidence: Function;
+ setLastCharacter: Function;
+ getLastCharacter: Function;
+ setShoutTimer: Function;
+ getShoutTimer: Function;
+ setTestimonyTimer: Function;
+ getTestimonyTimer: Function;
+ setTestimonyUpdater: Function;
+ getTestimonyUpdater: Function;
+ getTheme: Function;
+ setTheme: Function;
+ testimonyAudio: HTMLAudioElement;
+ chat_tick: Function;
+ playSFX: Function;
+ set_side: Function;
+ updateTestimony: Function;
+ disposeTestimony: Function;
+ handleTextTick: Function;
+ setSfxAudio: Function;
+ getSfxAudio: Function;
+ getBackgroundFolder: Function;
+ blipChannels: HTMLAudioElement[];
+ music: any;
+ setBackgroundName: Function;
+ getBackgroundName: Function;
+ shoutaudio: HTMLAudioElement;
+ updater: any;
}