UNPKG

samp-node-lib

Version:

NodeJS library for Scripting San Andreas Multiplayer:SAMP depends on samp-node plugin

9 lines (8 loc) 303 B
import { TextDraw } from "./TextDraw"; export declare class TextDraws { static tds: any; static getAll(playerid: number): TextDraw[]; static destroy(playerid: number, name: string): void; static destroyAll(playerid: number): void; static add(playerid: number, td: TextDraw): void; }