UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

16 lines (15 loc) 377 B
import { Tasks } from "./Tasks"; export declare class TaskSequence { private static nullTask; private handle; private isClosed; private count; constructor(handle?: number); private create; dispose(): void; close(repeat?: boolean): void; get Handle(): number; get AddTask(): Tasks; get IsClosed(): boolean; get Count(): number; }