cheat
The cheat namespace contains functions closely related to internal cheat functionality
Declaration:
namespace cheat
{
// add a log to the cheat logs
void add_log(string text);
// returns all registered binds, including ones from scripts
array<bind_t>@ get_binds();
}Information:
Last updated