Es keygroupcreate

From EventScripts Community Encyclopedia


Overview

Syntax: es_keygroupcreate <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: {{{x}}}

Description

Creates a keygroup with the name <keygroupname>, within which subkeys can be created to store various items of data about an entity. A keygroup is similar to the Windows Registry, where the keygroup is the top level (such as HKEY_LOCAL_MACHINE).

Parameters

  • keygroupname - name of the keygroup you want to create


Examples

es_keygroupcreate Players

would output the following:

"Players"
{
}


Notes

  • Using the other es_key* commands subkeys and data are placed within the {} and can be accessed and manipulated individually).


See also

  • Es key commands - a more in-depth tutorial for the use and manipulation of keygroups.


External links

es_xkeygroupcreate


{{{category}}}

blog comments powered by Disqus