SUserProfile
Index
Properties Index
string UserName get
string Title get
string RealName get
string Gender get
string Since get
string Country get
string City get
int SocialGold get
int SocialSilver get
int SocialFlower get
string Interests get
string About get
SSocialMedia[] SocialMediaProfiles get
Properties
UserName
string UserName get
Get player profile's Username
userName = Space.Profile.ActivePlayerProfile.UsernameTitle
string Title get
Get player profile's Title
userTitle = Space.Profile.ActivePlayerProfile.TitleRealName
string RealName get
Get player profile's Real Name
userRealName = Space.Profile.ActivePlayerProfile.RealNameGender
string Gender get
Get player profile's Gender
userGender = Space.Profile.ActivePlayerProfile.GenderSince
string Since get
Get player profile's Since
userSince = Space.Profile.ActivePlayerProfile.SinceCountry
string Country get
Get player profile's Country
userCountry = Space.Profile.ActivePlayerProfile.CountryCity
string City get
Get player profile's City
userCity = Space.Profile.ActivePlayerProfile.CitySocialGold
int SocialGold get
Get player profile's Gold Badge count
userSocialGold = Space.Profile.ActivePlayerProfile.SocialGoldSocialSilver
int SocialSilver get
Get player profile's Silver Badge count
userSocialSilver = Space.Profile.ActivePlayerProfile.SocialSilverSocialFlower
int SocialFlower get
Get player profile's Flower count
userSocialFlower = Space.Profile.ActivePlayerProfile.SocialFlowerInterests
string Interests get
Get player profile's Interests
userInterests = Space.Profile.ActivePlayerProfile.InterestsAbout
string About get
Get player profile's About
userAbout = Space.Profile.ActivePlayerProfile.AboutSocialMediaProfiles
SSocialMedia[] SocialMediaProfiles get
Get player profile's Social Media Profiles
tableOfSSocialMedia = Space.Profile.ActivePlayerProfile.SocialMediaProfiles