diff options
author | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-07 06:57:09 +0200 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2019-09-22 23:45:39 +0200 |
commit | 3d595e664563bf6ac3e434152baadd7dbc295d06 (patch) | |
tree | 259a55d6f74ad2e93331041729215ec7c80d8cd3 /doc | |
parent | 5d7c8d9857f096abfc4f205c8771b0b4c91fab2c (diff) | |
download | hercules-3d595e664563bf6ac3e434152baadd7dbc295d06.tar.gz hercules-3d595e664563bf6ac3e434152baadd7dbc295d06.tar.bz2 hercules-3d595e664563bf6ac3e434152baadd7dbc295d06.tar.xz hercules-3d595e664563bf6ac3e434152baadd7dbc295d06.zip |
Implement getfont script command which returns player's current chat font
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
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 d14393a8a..72f86024e 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 |