Documentation

Meta::Plugin

Class

Information about an Openplanet plugin.

Methods

string get_ID()
Property obj.ID
Returns string
Meta::PluginType get_Type()
Property obj.Type
string get_Name()
Property obj.Name
Returns string
string get_Author()
Property obj.Author
Returns string
string get_Category()
Property obj.Category
Returns string
string[]@ get_Blocks()
Property obj.Blocks
Returns string[]@
string[]@ get_Dependencies()
Property obj.Dependencies
Returns string[]@
string[]@ get_OptionalDependencies()
Property obj.OptionalDependencies
Returns string[]@
bool get_HasManifest()
Property obj.HasManifest
Returns bool
int get_SignatureLevel()
Property obj.SignatureLevel
Returns int
int get_SiteID()
Property obj.SiteID
Returns int
string get_Version()
Property obj.Version
Returns string
bool get_Essential()
Property obj.Essential
Returns bool
string get_SourcePath()
Property obj.SourcePath
Returns string
bool get_Enabled()
Property obj.Enabled
Returns bool
void set_Enabled(bool)
Property obj.Enabled
bool get_Favorite()
Property obj.Favorite
Returns bool
void set_Favorite(bool)
Property obj.Favorite
bool get_Unstable()
Property obj.Unstable
Returns bool
Deprecated
void Enable()

This function is deprecated. As a replacement, you can set the Enabled property instead.

Deprecated
void Disable()

This function is deprecated. As a replacement, you can set the Enabled property instead.