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
- Lua
userName = Space.Profile.ActivePlayerProfile.Username
Title
string Title get
Get player profile's Title
- Lua
userTitle = Space.Profile.ActivePlayerProfile.Title
RealName
string RealName get
Get player profile's Real Name
- Lua
userRealName = Space.Profile.ActivePlayerProfile.RealName
Gender
string Gender get
Get player profile's Gender
- Lua
userGender = Space.Profile.ActivePlayerProfile.Gender
Since
string Since get
Get player profile's Since
- Lua
userSince = Space.Profile.ActivePlayerProfile.Since
Country
string Country get
Get player profile's Country
- Lua
userCountry = Space.Profile.ActivePlayerProfile.Country
City
string City get
Get player profile's City
- Lua
userCity = Space.Profile.ActivePlayerProfile.City
SocialGold
int SocialGold get
Get player profile's Gold Badge count
- Lua
userSocialGold = Space.Profile.ActivePlayerProfile.SocialGold
SocialSilver
int SocialSilver get
Get player profile's Silver Badge count
- Lua
userSocialSilver = Space.Profile.ActivePlayerProfile.SocialSilver
SocialFlower
int SocialFlower get
Get player profile's Flower count
- Lua
userSocialFlower = Space.Profile.ActivePlayerProfile.SocialFlower
Interests
string Interests get
Get player profile's Interests
- Lua
userInterests = Space.Profile.ActivePlayerProfile.Interests
About
string About get
Get player profile's About
- Lua
userAbout = Space.Profile.ActivePlayerProfile.About
SocialMediaProfiles
SSocialMedia[] SocialMediaProfiles get
Get player profile's Social Media Profiles
- Lua
tableOfSSocialMedia = Space.Profile.ActivePlayerProfile.SocialMediaProfiles