Skip to main content

SUserProfile

Index

Properties Index

Property Name
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.Username

Title

string Title get

Get player profile's Title

userTitle = Space.Profile.ActivePlayerProfile.Title

RealName

string RealName get

Get player profile's Real Name

userRealName = Space.Profile.ActivePlayerProfile.RealName

Gender

string Gender get

Get player profile's Gender

userGender = Space.Profile.ActivePlayerProfile.Gender

Since

string Since get

Get player profile's Since

userSince = Space.Profile.ActivePlayerProfile.Since

Country

string Country get

Get player profile's Country

userCountry = Space.Profile.ActivePlayerProfile.Country

City

string City get

Get player profile's City

userCity = Space.Profile.ActivePlayerProfile.City

SocialGold

int SocialGold get

Get player profile's Gold Badge count

userSocialGold = Space.Profile.ActivePlayerProfile.SocialGold

SocialSilver

int SocialSilver get

Get player profile's Silver Badge count

userSocialSilver = Space.Profile.ActivePlayerProfile.SocialSilver

SocialFlower

int SocialFlower get

Get player profile's Flower count

userSocialFlower = Space.Profile.ActivePlayerProfile.SocialFlower

Interests

string Interests get

Get player profile's Interests

userInterests = Space.Profile.ActivePlayerProfile.Interests

About

string About get

Get player profile's About

userAbout = Space.Profile.ActivePlayerProfile.About

SocialMediaProfiles

SSocialMedia[] SocialMediaProfiles get

Get player profile's Social Media Profiles

tableOfSSocialMedia = Space.Profile.ActivePlayerProfile.SocialMediaProfiles