Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

ModioUser

turupawn edited this page Jul 14, 2020 · 2 revisions

mod.io user.

Name Type Description
Id int32 Unique user identifier
DateOnline int32 Last online date time
Username FString Non-unique username of the user
NameId FString Unique nameid of user which forms end of their profile URL
Timezone FString The Timezone of the user, shown in {Country}/{City} format
Language FString The users language preference, limited to two characters
ProfileUrl FString URL to the user's mod.io profile page
Avatar FModioAvatar ModioAvatar object

See also: API, SDK