Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoesPathExist ¶
func GrabRobloxProcess ¶
func GrabRobloxProcess() string
Types ¶
type MarketPlaceInfo ¶
type MarketPlaceInfo struct {
Name string `json:"Name"`
Description string `json:"Description"`
Creator struct {
Id int `json:"Id"`
Name string `json:"Name"`
CreatorType string `json:"CreatorType"`
CreatorTargetId int `json:"CreatorTargetId"`
} `json:"Creator"`
IconImageAssetId int64 `json:"IconImageAssetId"`
}
func GetPlaceInfoByPlaceId ¶
func GetPlaceInfoByPlaceId(placeId string) *MarketPlaceInfo
type RBLXPlayer ¶
type RBLXPlayer struct {
Description string `json:"description"`
Created time.Time `json:"created"`
IsBanned bool `json:"isBanned"`
ExternalAppDisplayName interface{} `json:"externalAppDisplayName"`
HasVerifiedBadge bool `json:"hasVerifiedBadge"`
ID int `json:"id"`
Name string `json:"name"`
DisplayName string `json:"displayName"`
}
func GetUserDetails ¶
func GetUserDetails(userId string) *RBLXPlayer
type RBLXReturnData ¶
type RBLXReturnData struct {
Data []struct {
TargetID int64 `json:"targetId"`
State string `json:"state"`
ImageURL string `json:"imageUrl"`
} `json:"data"`
}
func GetIconByPlaceId ¶
func GetIconByPlaceId(placeId string) *RBLXReturnData
func GetUserIcon ¶
func GetUserIcon(userId string) *RBLXReturnData
Click to show internal directories.
Click to hide internal directories.