sfx_pickup_gun.wv
, but I think it sounds rather bad sv_teamdamage 1
sv_teamdamage 1
turns on friendly firesfx_pickup_gun.wv
, but I think it sounds rather bad |
and tries to align the parameters|
and tries to align the parameters let mut fill_for_players = {
|param1: LongType,
param2: LongType| {
}
}
{}
unsafe
functions: https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.htmlunsafe
operations in unsafe fn
s now want an unsafe
blockunsafe
operations in unsafe fn
s now want an unsafe
block unsafe
operations in unsafe fn
s now want an unsafe
block careful
attribute that is basically like unsafe but not for memory safety directly.
Like logic where extra thinking should be considered.
But that's 100% a me thing.
Since I am not the biggest fan of having acces to a borrow_mut, I can imagine some use cases for thatstatic
buffers for compression and decompression of ghost data, which would prevent parallelizing ghost recording and loading. Switch between the main buffer and only one temporary b...