Es keylist

From EventScripts Community Encyclopedia


Overview

Syntax: es_keylist [keygroupname]

Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Variation of this command that doesn't expand variables: es_xkeylist

Description

Lists all keys in memory that are not associated with a group. If a group name is specified, it will list all keys and all values from that keygroup.

Parameters

  • [keygroupname] - name of the keygroup you want to list (optional).


Examples

es_keylist Players

would output in the log file the list of all keys and values in memory of the "Players" keygroupname.(only if present in memory)


Notes

  • Useful for script writers for verifications. Works great with HLSW to send the command in console and then watch the log file with Wordpad.


See also

  • Es key commands - a more in-depth tutorial for the use and manipulation of keygroups.
blog comments powered by Disqus