data_object Properties 15

Active
bool
True if this project is active
Broken
bool
True if this project failed to load properly for some reason
Config
ProjectConfig
Configuration of the project.
ConfigFilePath
string
Absolute path to the .addon file
EditUrl
string
The URL to the package's page for editing
HasCompiler
bool
Whether the project's code has a compiler assigned.
IsBuiltIn
bool
If true this project isn't a 'real' project. It's likely a temporary project created with the intention to configure and publish a single asset.
IsPublished
bool
Returns true if this project has previously been published. This is kind of a guess though because all it does is look to see if we have a published package cached with the same ident.
IsReadOnly
bool
If true this project's config didn't come from a .sbproj on disk and is never written back to one. An exported standalone game is one of these: its config is embedded in the executable and its install folder is not ours to write to.
IsTransient
bool
If true this project isn't a 'real' project. It's likely a temporary project created with the intention to configure and publish a single asset.
LastOpened
DateTimeOffset
When did the user last open this project?
Package
Package
The package for this project. This is a mock up of the actual package.
Pinned
bool
True if this project is pinned, we'll prioritise it when sorting
RootDirectory
DirectoryInfo
Root directory of this project, the folder its Sandbox.Project.ConfigFilePath sits in. Fixed when the project is created, along with the filesystems rooted in it.
ViewUrl
string
The URL to the package's page for viewing/linking

data_object Static Properties 1

people
Log in to reply
You can't reply if you're not logged in. That would be crazy.