mortar_distance 0.1.0

Callibrate your mortar distance in PlayerUnknown's Battlegrounds (PUBG).
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 23.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 298.17 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • bwintertkb/mortar_distance
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bwintertkb

mortar_distance

A little library that can be used to callibrate the mortar firing distance in PlayerUnknown's Battlegrounds (PUBG).

Video example

https://youtu.be/EApR86h8s4M

Dependency

mortar_distance = 0.1.0

Example

use mortar_distance::record;

const CALLIBRATION_DISTANCE: u32 = 100;

fn main() {
    println!("DISTANCE: {}", record(CALLIBRATION_DISTANCE, true).unwrap());
}

License

mortar_distance is distributed under the terms of MIT license.