SNetworkProfileUserStatus

C++
struct SNetworkProfileUserStatus {
  char m_locationString[MAX_PROFILE_STRING_LEN+1];
  char m_statusString[MAX_PROFILE_STRING_LEN+1];
  EUserStatus m_status;
};
File

INetworkService.h