Interface ISpecialRegistrarEntry
Namespace: Eco.Gameplay.Systems
Assembly: Eco.Gameplay.dll
Syntax
public interface ISpecialRegistrarEntry
Properties
IsPermanent
Declaration
virtual bool IsPermanent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SpecialType
An identifier specifying what kind of special instance it is. -1 for 'not special just a regular old instance'
Declaration
int SpecialType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |