Es keydelete
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: 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_xkeydelete [edit] DescriptionDeletes a key from a keygroup (or without a keygroup). [edit] Parameters
[edit] Exampleses_keygroupcreate mykeygroup es_keycreate mykeygroup mykey es_keydelete mykeygroup mykey Sometimes you need to simply delete a key. There are many reasons for this. Maybe you want to reset all the values easily, so you just delete then re-create it. Or maybe you are using es_foreachkey and the existance of that key may throw off your loop. Or maybe you just want to free up memory. In any case the example above will create the keygroup mykeygroup then create the key mykey inside of it then delete it.
[edit] Notes(None)
[edit] See also |
