Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.ObjectBuilders.SerializableDefinitionId

Malware edited this page Dec 13, 2025 · 40 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace Index

SerializableDefinitionId Struct

public struct SerializableDefinitionId

Namespace: VRage.ObjectBuilders
Assembly: VRage.Game.dll

Fields

string SubtypeName

MyObjectBuilderType TypeId

Properties

string SubtypeId { get; set; }

string SubtypeIdAttribute { get; set; }

string TypeIdString { get; set; }

string TypeIdStringAttribute { get; set; }

Constructors

SerializableDefinitionId(MyObjectBuilderType typeId, string subtypeName)

Methods

bool IsNull()

bool ShouldSerializeSubtypeId()

bool ShouldSerializeTypeIdString()

string ToString()

Clone this wiki locally