diff options
author | Haru <haru@dotalux.com> | 2019-09-23 00:38:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 00:38:52 +0200 |
commit | d6dd1e7d1a8701def756d25ceb170674ee88f619 (patch) | |
tree | 291a0b3831c3876d13cad7a4488de3e10ad6c8ac /doc | |
parent | a1b62d431c74c2b805e2b6bd8081c2b7b7a6ff7e (diff) | |
parent | ad19056bfcc1e98129bf25e14b58dcd0d438f9f9 (diff) | |
download | hercules-d6dd1e7d1a8701def756d25ceb170674ee88f619.tar.gz hercules-d6dd1e7d1a8701def756d25ceb170674ee88f619.tar.bz2 hercules-d6dd1e7d1a8701def756d25ceb170674ee88f619.tar.xz hercules-d6dd1e7d1a8701def756d25ceb170674ee88f619.zip |
Merge pull request #2462 from hemagx/dehardcoded_rentrals
Dehardcode Rental Expire/Renting item checks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index c603fda44..e6bd32ca6 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -9172,6 +9172,12 @@ currently used font is used, default interface font is used again. --------------------------------------- +*getfont() + +This command return the player's current font. +if no player is attached it would always return a 0, which is also the default font. + +---------------------------------------' *showdigit(<value>{, <type>}) Displays given numeric 'value' in large digital clock font on top of the |