9.1.20 SetIntData

bool SetIntData(unsigned int tag, int t)
bool SetIntData(const char *tag, int t)

These methods store and associate integer values passed as the second argument with the data tag provided as the first argument. The methods are provided for convenience and are functionally equivalent to calls to SetData where the template argument is a integer value.