UNPKG

@overextended/ox_lib

Version:
15 lines (14 loc) 433 B
export * from '../common'; export * from './acl'; export * from './addCommand'; export * from './cache'; export * from './callback'; export * from './locale'; export * from './version'; export * from './game/Prop'; export * from './game/Ped'; export * from './game/Vehicle'; export * as lib from '.'; export function setVehicleProperties(vehicle, props) { Entity(vehicle).state.set('ox_lib:setVehicleProperties', props, true); }