Show / Hide Table of Contents

Class MyDlcDefinition

Inheritance
System.Object
MyDefinitionBase
MyDlcDefinition
Implements
IMyDLC
Inherited Members
MyDefinitionBase.Id
MyDefinitionBase.DisplayNameEnum
MyDefinitionBase.DescriptionEnum
MyDefinitionBase.DisplayNameString
MyDefinitionBase.DescriptionString
MyDefinitionBase.DescriptionArgs
MyDefinitionBase.Icons
MyDefinitionBase.Enabled
MyDefinitionBase.Public
MyDefinitionBase.AvailableInSurvival
MyDefinitionBase.Context
MyDefinitionBase.Init(MyObjectBuilder_DefinitionBase, MyModContext)
MyDefinitionBase.Postprocess()
MyDefinitionBase.GetObjectBuilder()
MyDefinitionBase.ToString()
MyDefinitionBase.CheckDefinitionDLCs(String[])
MyDefinitionBase.DLCs
MyDefinitionBase.DisplayNameText
MyDefinitionBase.DescriptionText
Namespace: VRage.Game.Definitions
Assembly: VRage.Game.dll
Syntax
[MyDefinitionType]
public class MyDlcDefinition : MyDefinitionBase, IMyDLC

Constructors

MyDlcDefinition()

Declaration
public MyDlcDefinition()

Properties

AppId

Declaration
public uint AppId { get; }
Property Value
Type Description
System.UInt32

Badge

Badge of the DLC, to be displayed in main menu

Declaration
public string Badge { get; }
Property Value
Type Description
System.String

Description

Description of the DLC, preferably a localized string

Declaration
public MyStringId Description { get; }
Property Value
Type Description
MyStringId

DisplayName

Name of the DLC, preferably a localized string

Declaration
public MyStringId DisplayName { get; }
Property Value
Type Description
MyStringId

Icon

Icon of the DLC, to be displayed in G-screen, blueprints, etc ...

Declaration
public string Icon { get; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Ps4ProductIds

Declaration
public PsProductIds Ps4ProductIds { get; }
Property Value
Type Description
VRage.GameServices.PsProductIds

Ps5ProductIds

Declaration
public PsProductIds Ps5ProductIds { get; }
Property Value
Type Description
VRage.GameServices.PsProductIds

XboxPackageId

Declaration
public string XboxPackageId { get; }
Property Value
Type Description
System.String

XboxStoreId

Declaration
public string XboxStoreId { get; }
Property Value
Type Description
System.String

Methods

Init(MyObjectBuilder_DefinitionBase)

Declaration
protected override void Init(MyObjectBuilder_DefinitionBase builder)
Parameters
Type Name Description
MyObjectBuilder_DefinitionBase builder
Overrides
MyDefinitionBase.Init(MyObjectBuilder_DefinitionBase)

Implements

IMyDLC
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾