Show / Hide Table of Contents

Class MyObjectBuilder_Datapad

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_PhysicalObject
MyObjectBuilder_Datapad
Inherited Members
MyObjectBuilder_PhysicalObject.Flags
MyObjectBuilder_PhysicalObject.DurabilityHP
MyObjectBuilder_PhysicalObject.ShouldSerializeDurabilityHP()
MyObjectBuilder_PhysicalObject.CanStack(MyObjectBuilderType, MyStringHash, MyItemFlags)
MyObjectBuilder_PhysicalObject.GetObjectId()
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: Sandbox.Common.ObjectBuilders.Definitions
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_Datapad : MyObjectBuilder_PhysicalObject

Constructors

MyObjectBuilder_Datapad()

Declaration
public MyObjectBuilder_Datapad()

Fields

DATA_CHAR_LIMIT

Declaration
public static readonly int DATA_CHAR_LIMIT
Field Value
Type Description
System.Int32

NAME_CHAR_LIMIT

Declaration
public static readonly int NAME_CHAR_LIMIT
Field Value
Type Description
System.Int32

Properties

Data

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

Name

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

Methods

CanStack(MyObjectBuilder_PhysicalObject)

Declaration
public override bool CanStack(MyObjectBuilder_PhysicalObject a)
Parameters
Type Name Description
MyObjectBuilder_PhysicalObject a
Returns
Type Description
System.Boolean
Overrides
MyObjectBuilder_PhysicalObject.CanStack(MyObjectBuilder_PhysicalObject)

GetInstanceOnStackSplit()

Declaration
public override MyObjectBuilder_PhysicalObject GetInstanceOnStackSplit()
Returns
Type Description
MyObjectBuilder_PhysicalObject
Overrides
MyObjectBuilder_PhysicalObject.GetInstanceOnStackSplit()

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾