Value | Meaning |
---|---|
Level00x00 | Crypted Key is initialized once when program executes. |
Level10x01 | Crypted Key is changed when value is initialized. Inherits Level0. |
Level20x02 | Crypted Key is changed every frame. Inherits Level1. |
Level30x03 | Crypted Key is changed every tick. Inherits Level2. The most secure level but unfortunately it decreases CPU performance. It drastically decrease CPU performance when used in most declarations. Recommended for keeping money or similar things. |
Custom0xFF | Crypted Key is changed when developer wants. To use this Level developer should create some rules. |