Table of Contents

Class BuildableAttributes

Namespace
Uncreated.Warfare.Buildables
Assembly
Uncreated.Warfare.dll
public class BuildableAttributes
Inheritance
BuildableAttributes
Inherited Members

Constructors

BuildableAttributes(uint, bool)

public BuildableAttributes(uint instanceId, bool isStructure)

Parameters

instanceId uint
isStructure bool

Properties

Attributes

public IDictionary<string, object?> Attributes { get; }

Property Value

IDictionary<string, object>

InstanceId

public uint InstanceId { get; }

Property Value

uint

IsStructure

public bool IsStructure { get; }

Property Value

bool

KnownPosition

public Vector3 KnownPosition { get; set; }

Property Value

Vector3