Stat::StatValue::SetInt

Stat::StatValue::SetInt
void SetInt(const char* pname, UPInt val);
Description

SetInt creates a statistical data and assigns integer type to the data.

Parameters
Parameters 
Description 
const char* pname 
Name of the data. 
UPInt val 
Integer value assigned to the data.