UNPKG

@communityox/ox_lib

Version:

JS/TS wrapper for ox_lib exports

9 lines (8 loc) 266 B
export * from './acl'; export * from './locale'; export * from './callback'; export * from './version'; export * from './addCommand'; export function setVehicleProperties(vehicle, props) { Entity(vehicle).state.set('ox_lib:setVehicleProperties', props, true); }