@nativewrappers/server
Version:
Native wrappers and utilities for use with FXServer.
67 lines • 2.95 kB
TypeScript
export * from "./Game";
export * from "./utils/waitForEntityToExist";
export * from "./type/Anticheat";
export * from "./type/Hash";
export * from "./enum/OrphanMode";
export * from "./enum/PopulationType";
export * from "./enum/VehicleLockStatus";
export * from "./enum/VehicleType";
export * from "./enum/eEntityType";
export * from "./entities/BaseEntity";
export * from "./entities/Entity";
export * from "./entities/Ped";
export * from "./entities/Player";
export * from "./entities/Prop";
export * from "./entities/Vehicle";
export * from "./common-game/CommonGameConstants";
export * from "./common-game/CommonModel";
export * from "./common-game/CommonTasks";
export * from "./common-game/utils/Animations";
export * from "./common-game/interfaces/Dimension";
export * from "./common-game/enums/VehicleSeat";
export * from "./common-game/entities/CommonBaseEntity";
export * from "./common-game/entities/CommonBaseEntityBone";
export * from "./common-game/entities/CommonBaseEntityBoneCollection";
export * from "./common-game/entities/CommonEntityBone";
export * from "./common-game/entities/CommonEntityBoneCollection";
export * from "./common-game/entities/CommonEntityType";
export * from "./common-game/entities/CommonPed";
export * from "./common-game/entities/CommonPedBone";
export * from "./common-game/entities/CommonPedBoneCollection";
export * from "./common-game/entities/CommonPlayer";
export * from "./common-game/entities/CommonProp";
export * from "./common-game/entities/CommonVehicle";
export * from "./common-game/entities/GetEntityClassIdFromHandle";
export * from "./common-game/entities/IHandle";
export * from "./common-game/definitions/index.d";
export * from "./common-game/definitions/redm.d";
export * from "./common-game/cfx/StateBagChangeHandler";
export * from "./common-game/cfx/cfx";
export * from "./common/Command";
export * from "./common/Convar";
export * from "./common/GlobalData";
export * from "./common/Kvp";
export * from "./common/Resource";
export * from "./common/types";
export * from "./common/utils/ClassTypes";
export * from "./common/utils/Color";
export * from "./common/utils/Delay";
export * from "./common/utils/Maths";
export * from "./common/utils/Point";
export * from "./common/utils/PointF";
export * from "./common/utils/Quaternion";
export * from "./common/utils/Vector";
export * from "./common/utils/cleanPlayerName";
export * from "./common/utils/enumValues";
export * from "./common/utils/getStringFromUInt8Array";
export * from "./common/utils/getUInt32FromUint8Array";
export * from "./common/utils/randomInt";
export * from "./common/net/NetworkedMap";
export * from "./common/decors/ConVar";
export * from "./common/decors/Events";
export * from "./common/decors/Exports";
export * from "./common/decors/Permissions";
export * from "./common/decors/Resources";
export * from "./common/decors/Ticks";
export * from "./cfx/StateBagChangeHandler";
export * from "./cfx/index";