Home
last modified time | relevance | path

Searched refs:toggle_infravision (Results 1 – 6 of 6) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dcheat.h145 void toggle_infravision();
H A Dgamewin.h433 void toggle_infravision(bool state) { in toggle_infravision() function
H A Dkeyactions.cc675 cheat.toggle_infravision(); in ActionInfravision()
H A Dcheat.cc377 void Cheat::toggle_infravision() { in toggle_infravision() function in Cheat
H A Dcheat_screen.cc754 cheat.toggle_infravision(); in NormalActivate()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/
H A Dintrinsics.cc3324 gwin->toggle_infravision(parms[1].get_int_value() != 0); in USECODE_INTRINSIC()