Class VanillaEntityType
Allows entering the name of a vanilla entity or its integer ID.
Inheritance
VanillaEntityType
Assembly: Assembly-CSharp.dll
Syntax
public class VanillaEntityType : Element, IValidatable
Constructors
VanillaEntityType()
Declaration
public VanillaEntityType()
Fields
Text
Declaration
Field Value
Methods
Get()
Declaration
Returns
Validate(String)
Declaration
protected override bool Validate(string elementName)
Parameters
Type |
Name |
Description |
String |
elementName |
|
Returns
Overrides
Implements