Summary

Represents an asset on ['a'].

Constructors

Package

Properties

ApiVersion For game extension compatibility. Game targeting extensions are only compatible with that game if the API Versions match.
Archived Whether this package is archived or not.
CanEdit True if we're a member of this package's organization.
Collections How many collections we're in (roughly)
Created When the package was originally created.
Description Full description of the package.
EditorReferences List of packages that this package depended on during editing.
EngineVersion Engine version this package was uploaded with. This is useful for when the base game undergoes large API changes.
ErrorRate What fraction of users got errors from this package in the last day
Favourited Number of players who added this package to their favourites.
FileSize The total size of this package in MB. This only applies to packages from Asset Party, the total file size of local packages are not calculated.
FullIdent Full unique identity of this package.
Ident Unique identity of this package within its <see cref="P:Sandbox.Package.Org">organization.</see>.
Interaction Describes the authenticated user's interactions with this package. This is only available clientside for specific users in order to show things like play history state, favourite status and whether they have rated the item or not.
IsFavourite True if this asset is in our favourite list.
IsRemote Whether this is a remote or a locally installed package.
LatestNewsPost The latest news post created by this package
LoadingScreen If this package is a game, it can provide media to show on the loading screen
Org The owner of this package.
PackageReferences List of packages that this package depends on. These will be downloaded and installed when installing this package.
PackageTypeobsolete What kind of package it is.
Public Whether this package is public or hidden.
Referenced How many packages we're referenced by (roughly)
Referencing How many packages we're referencing (roughly)
Reviews Stats for the reviews. Gives the number of reviews, and the fraction of the total score.
Revision Information about the current package revision/version.
Screenshots A list of screenshots
Source Link to this package's sources, if set.
Summary A short summary of the package.
Tags List of tags for this package.
Thumb Link to the thumbnail image of this package.
ThumbTall Link to the thumbnail image of this package.
ThumbWide Link to the thumbnail image of this package.
Title A "nice" name of this package, which will be shown to players in UI.
TypeName What kind of package it is.
Updated When the entry was last updated. If these are different between packages then something updated on the backend.
Url A link to this asset on our backend
Usage Statistics for user interactions with this package
VideoThumb Link to the thumbnail video of this package.
VotesDown Number of players who voted this package down.
VotesUp Number of players who voted this package up.

Methods

GetAchievements Get a list of achievements
GetCachedMeta Sandbox.Package.GetMeta``1(System.String,``0) but with cache.
GetMeta Get metadata value from this package for given key. This will be specific to each Sandbox.Package.Type.
GetValue Get a data value. These are usually set on the backend, and are package type specific. These are generally values that are used to configure behaviour in the menu system.
IsMountedobsolete
MountAsync Download and mount this package. If withCode is true we'll try to load the assembly if it exists.

Static Methods

Fetch Find package information
FetchAsync Find package information
FetchVersions Get package version list
FindAsync Retrieve a list of packages
FormatIdent
GetCachedTitle If we have this package information, try to get its name
ListAsync Retrieve a list of packages, organised into groups, for discovery
SetFavouriteAsync Mark this package as a favourite
SetVoteAsync Add your vote for this package
SortByReferences
TryGetCached Find package information
TryParseIdent
UpdateValue Update a value on this package
UploadFile Mark this package as a favourite
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.