bool DeleteData(const char *tag) bool DeleteData(unsigned int tag)
This method deletes all instances of data stored with the AddData and SetData methods which are associated with the data tag passed to the method. The method will return true if any data was deleted, and false if not data associated with the data tag was found.