πΊοΈVisual Board
AddAugmentedWindowCoords
exports.core_focus:AddAugmentedWindowCoords(title, coords, length, height, color, style, data, distance, heading)local id = exports.core_focus:AddAugmentedWindowCoords('Vehicle Information', vector3(234, 353, 30.0), 3.0, 2.0, '#03fc88', 'basic', {['Model'] = GetEntityModel(vehicle)}, 5.0, nil)AddAugmentedWindowEntity
exports.core_focus:AddAugmentedWindowEntity(title, entity, length, height, color, style, data, distance, heading)local id = exports.core_focus:AddAugmentedWindowEntity('Vehicle Information', vehicle, 3.0, 2.0, '#03fc88', 'basic', {['Model'] = GetEntityModel(vehicle)}, 5.0, nil)RemoveAugmentedWindow
UpdateAugmentedWindow
Name
Type
Description
Last updated