All pages
Powered by GitBook
1 of 1

Loading...

SUserProfile

Index

Properties Index

Property Name

Properties

UserName

string UserName get

Get player profile's Username

Title

string Title get

Get player profile's Title

RealName

string RealName get

Get player profile's Real Name

Gender

string Gender get

Get player profile's Gender

Since

string Since get

Get player profile's Since

Country

string Country get

Get player profile's Country

City

string City get

Get player profile's City

SocialGold

int SocialGold get

Get player profile's Gold Badge count

SocialSilver

int SocialSilver get

Get player profile's Silver Badge count

SocialFlower

int SocialFlower get

Get player profile's Flower count

Interests

string Interests get

Get player profile's Interests

About

string About get

Get player profile's About

SocialMediaProfiles

[] SocialMediaProfiles get

Get player profile's Social Media Profiles

SSocialMedia[] get

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

SSocialMedia

string get

userName = Space.Profile.ActivePlayerProfile.Username
userTitle = Space.Profile.ActivePlayerProfile.Title
userRealName = Space.Profile.ActivePlayerProfile.RealName
userGender = Space.Profile.ActivePlayerProfile.Gender
userSince = Space.Profile.ActivePlayerProfile.Since
userCountry = Space.Profile.ActivePlayerProfile.Country
userCity = Space.Profile.ActivePlayerProfile.City
userSocialGold = Space.Profile.ActivePlayerProfile.SocialGold
userSocialSilver = Space.Profile.ActivePlayerProfile.SocialSilver
userSocialFlower = Space.Profile.ActivePlayerProfile.SocialFlower
userInterests = Space.Profile.ActivePlayerProfile.Interests
userAbout = Space.Profile.ActivePlayerProfile.About
tableOfSSocialMedia = Space.Profile.ActivePlayerProfile.SocialMediaProfiles
About
SocialMediaProfiles