[Opensim-dev] NULL_Key does not equal FALSE

Michel Beauregard gimisa at yahoo.fr
Sun Nov 17 00:12:07 UTC 2019


MIght be this is helpfull in discussion :
ref:  http://wiki.secondlife.com/wiki/Key


Testing for a valid key:

To test for a valid key, just do this:
if(uuid){
     //do something
}
if(uuid) will only return true if it is supplied a key that is both (A) valid, and (B) NOT a NULL_KEY.


GiMiSa


More information about the Opensim-dev mailing list