samp-node-lib
Version:
NodeJS library for Scripting San Andreas Multiplayer:SAMP depends on samp-node plugin
23 lines (22 loc) • 785 B
TypeScript
export * from "./SampFunctions";
export * from "./SampEnum";
export * from './SampEvents';
export * from './SampNode';
export * from "./TextDraw";
export * from "./TextDraws";
export * from "./VehicleNames";
export * from "./DynamicObject";
export * from "./SampPlayer";
export { getAllVehicle } from "./getAllVehicle";
export { getPlayers } from "./getPlayers";
export { rgba } from "./rgba";
export * as ComponentCosts from './ComponentCosts';
export * as ValidComponents from './ValidComponents';
export * from "./SampVehicles";
export * from "./SampPlayers";
export * from "./SampVehicle";
export * from "./createPromise";
export * from "./Game";
export * as SampFunctions from './SampFunctions';
export * as SampEvents from './SampEvents';
export * as SampNode from './SampNode';