import { Vector2 } from '../types/Vector2'; import { Vector3 } from '../types/Vector3'; import { Vector4 } from '../types/Vector4'; import { Color } from '../types/Color'; import { createFromHandle } from '../types/HandleRegistry'; import { inv, rai, raf, ras, rav, pvi, pvf, pvv, pvii, pvfi, _h, f, int, uint, float, Hash, u8, u16, u32, u64, i8, i16, i32, i64 } from '../types/NativeAliases'; export class Replay { /** * Hardcoded to return true. * * @param p0 * @returns */ static closeVideoEditor(p0: any): any { return inv('0xCEEC64BD27A59312', p0); } /** * Hardcoded to return true. * * @returns */ static openVideoEditor(): any { return inv('0xB3F2829907403C13'); } /** * nullsub, doesn't do anything */ static setScriptsHaveCleanedUpForReplaySystem(): void { inv('0x57C6525034E76EB0'); } /** * Hardcoded to return false. * * @returns */ static isVideoEditorRunning(): boolean { return !!inv('0x9EEB007317FA3B9C', rai()); } /** * Hardcoded to return false. Old name: _IS_INTERIOR_RENDERING_DISABLED * * @returns */ static systemHasRequestedAScriptCleanup(): boolean { return !!inv('0x0F838D47DE58EDB2', rai()); } }