Table of Contents

Class PlacedObject

Namespace
Global
Assembly
Assembly-CSharp.dll
public class PlacedObject
Inheritance
PlacedObject
Inherited Members

Constructors

PlacedObject(Type, Data)

public PlacedObject(PlacedObject.Type type, PlacedObject.Data data)

Parameters

type PlacedObject.Type
data PlacedObject.Data

Fields

active

public bool active

Field Value

bool

data

public PlacedObject.Data data

Field Value

PlacedObject.Data

pos

public Vector2 pos

Field Value

Vector2

type

public PlacedObject.Type type

Field Value

PlacedObject.Type

unrecognizedAttributes

public string[] unrecognizedAttributes

Field Value

string[]

Properties

deactivattable

public bool deactivattable { get; }

Property Value

bool

Methods

FromString(string[])

public void FromString(string[] s)

Parameters

s string[]

GenerateEmptyData()

public void GenerateEmptyData()

Refresh()

public void Refresh()

ToString()

public override string ToString()

Returns

string