Rust: Grenade Stack Becomes unusable

Created on 6 Mar 2014  ·  3Comments  ·  Source: rust-lang/rust

Grenade stack will become unusable if you switch weapons while holding a primed grenade. Upon adding more grenades to the stack, splitting the stack, picking it up off of the ground, it will continue to be inoperable.

Most helpful comment

Rust is memory safe, so we can't just let you put grenades in the stack. Therefore we make them inoperable at compile time. If you really need access to live grenades, try a C module called via FFI.

All 3 comments

This repository is for the Rust programming language, not the Rust game. I would recommend starting at http://playrust.com/

Rust is memory safe, so we can't just let you put grenades in the stack. Therefore we make them inoperable at compile time. If you really need access to live grenades, try a C module called via FFI.

lol

Was this page helpful?
0 / 5 - 0 ratings