startCamera

startCamera()

Starts the custom camera, on the vehicle. By default at index 1.

        local enableCameraPressed = WarMenu.Button("Enable Camera")
        if WarMenu.IsItemHovered() then
            WarMenu.ToolTip('When pressed, enables the camera on the current vehicle.',nil,true)
        end
        if enableCameraPressed then dynamic:startCamera() end