mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-20 15:44:48 +00:00
nicer help for number dialogs
This commit is contained in:
11
util.cpp
11
util.cpp
@@ -720,8 +720,17 @@ EX string available_functions() {
|
||||
}
|
||||
|
||||
EX string available_constants() {
|
||||
return
|
||||
"e, i, pi, tau, phi, deg [degree]";
|
||||
}
|
||||
|
||||
EX string available_variables() {
|
||||
return
|
||||
"e, i, pi, s, ms, mousex, mousey, mousez, shot [1 if taking screenshot/animation]";
|
||||
"Keyboard and mouse:\n\n"
|
||||
"mousex, mousey, mousez, lshift, rshift, lctrl, rctrl, capslock, numlock, scrolllock, holdmouse, random, mousexs, mouseys\n\n"
|
||||
"Time:\n\n"
|
||||
"s [seconds], ms [milliseconds], turncount, framecount, gametime\n\n"
|
||||
"Other:\n\nshot [1 if taking screenshot/animation], illegal_moves";
|
||||
}
|
||||
|
||||
#if HDR
|
||||
|
||||
Reference in New Issue
Block a user