Docs.rs
  • cs2-nav-0.3.18
    • cs2-nav 0.3.18
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • JanEricNitschke
    • Dependencies
      • bincode =1.3.3 normal
      • byteorder ^1.5.0 normal
      • clap ^4.5.41 normal
      • geo ^0.30.0 normal
      • itertools ^0.14.0 normal
      • petgraph ^0.8.2 normal
      • pyo3 ^0.25.1 normal
      • rayon ^1.10.0 normal
      • rustc-hash ^2.1.1 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.141 normal
      • sha2 ^0.10.9 normal
      • simple-tqdm ^0.2.0 normal
      • tikv-jemallocator ^0.6 normal
    • Versions
    • 35% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cs2_nav0.3.18

Module constants

Module Items

  • Constants
  • Functions

In crate cs2_nav

cs2_nav

Module constants

Source

Constants§

CROUCHING_ATTRIBUTE_FLAG
CROUCHING_SPEED
CROUCH_JUMP_HEIGHT
CROUCH_JUMP_HEIGHT_GAIN
CT_SIDE
DEFAULT_BOMB_TIME_IN_SECS
DEFAULT_FREEZE_TIME_IN_SECS
DEFAULT_INFERNO_DURATION_IN_SECS
DEFAULT_ROUND_TIME_IN_SECS
DEFAULT_SERVER_TICKRATE
DEFAULT_SMOKE_DURATION_IN_SECS
FOOTSTEP_RANGE
GRAVITY
JUMP_HEIGHT
LADDER_SPEED
PLAYER_CROUCH_EYE_LEVEL
PLAYER_CROUCH_HEIGHT
PLAYER_EYE_LEVEL
PLAYER_HEIGHT
PLAYER_WIDTH
RUNNING_SPEED
T_SIDE

Functions§

jump_speed
0.5m * v^2 = m * g * h v = sqrt(2 * g * h)