Es keygrouprename

From EventScripts Community Encyclopedia


Overview

Syntax: es_keygrouprename <keygroupname> <newname>

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_xkeygrouprename

Description

Changes the name of <keygroupname> to <newname>.

Parameters

  • keygroupname - name of the keygroup to rename.
  • newname - The new name of the keygroup.


Examples

es_keygroupcreate test
es_keysetvalue test testkey testvalue 1
es_keygrouprename test notatest
es_setinfo value 0
es_keygetvalue value notatest testkey testvalue
// value == 1 

Notes


See also

blog comments powered by Disqus