Search found 2 matches
- Thu Nov 03, 2005 5:43 pm
- Forum: Beginners Help
- Topic: Crouch while key pressed issue
- Replies: 2
- Views: 309
Crouch while key pressed issue
Hi everyone, I've successfully managed to get crouching down (no pun intended) thanks to help from other posts in the forum. However, there's an issue which I don't think has been addressed yet. Here's my code: bool OnEvent(SEvent event) { if (event.EventType == irr::EET_KEY_INPUT_EVENT && !...
- Thu Nov 03, 2005 1:35 pm
- Forum: Beginners Help
- Topic: Save/Load System?
- Replies: 4
- Views: 509
Save/Load System?
Hi everyone, I've searched the forum for "save/load", "save/load system", and "file" but haven't found what I'm looking for. I'm looking for info on how to build a save/load system for use in Irrlicht, one that'll save a number of things to a file (for example: health, ...