| 80 | } |
| 81 | |
| 82 | void SIntConfigVariable::Serialize(char *pOut, size_t Size, int Value) const |
| 83 | { |
| 84 | str_format(pOut, Size, "%s %i", m_pScriptName, Value); |
| 85 | } |
| 86 | |
| 87 | void SIntConfigVariable::Serialize(char *pOut, size_t Size) const |
| 88 | { |
no test coverage detected