Show / Hide Table of Contents

Class VanillaEntityType

Allows entering the name of a vanilla entity or its integer ID.

Inheritance
Object
Element
VanillaEntityType
Implements
IValidatable
Inherited Members
Element.Validate()
Element.MissingElement(String, String)
Element.MissingAttribute(String, String)
Element.InvalidData(String, String)
Element.Warn(String, String)
Element.LineNumber
Element.LinePosition
Element.AttributesUsed
Element.ElementsUsed
Element.FileName
Namespace: Modding.Serialization
Assembly: Assembly-CSharp.dll
Syntax
public class VanillaEntityType : Element, IValidatable

Constructors

VanillaEntityType()

Declaration
public VanillaEntityType()

Fields

Text

Declaration
public string Text
Field Value
Type Description
String

Methods

Get()

Declaration
public int Get()
Returns
Type Description
Int32

Validate(String)

Declaration
protected override bool Validate(string elementName)
Parameters
Type Name Description
String elementName
Returns
Type Description
Boolean
Overrides
Element.Validate(String)

Implements

IValidatable
Back to top Generated by DocFX