lib.generate_key
Definition:
- lib.generate_key () :: string key
Description:
- Creates a key based on SHA1 using certain inputs
Arguments:
- No arguments
Returns:
- string key: the string containing the alphanumeric key
Other notes:
- Added in LME 3.x.x
- This is essentially a shortcut to using SHA1(gkmisc.GetGameTime() + math.random()), and is used internally by Neoloader.