samedi 12 décembre 2020

How could I change a boolean due to it's current state in lua?

How could I change a boolean due to its current state in lua?

If you don't understand what I mean here is an example in c++.

if(stackoverflow == true)
{
test != test;
}

How could I convert the same logic into lua?

Aucun commentaire:

Enregistrer un commentaire