All public logs

Jump to navigation Jump to search

Combined display of all available logs of EDukeWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:28, 8 May 2022 Doom64hunter talk contribs created page M32:ifhitkey (Created page with "ifhitkey <KEY_SC> This command will branch if the key specified by the scancode has been activated, or take the 'else' branch otherwise. While inside the block, the key status remains active. Once the branch block is exited, the key will be deactivated. See also: ifholdkey '''Usage:''' ifhitkey KEY_F { // do stuff if key active } else { // do stuff if key inactive } // key status is guaranteed de...")