Table of Contents

Class CollectToken.CollectTokenData

Namespace
Global
Assembly
Assembly-CSharp.dll
public class CollectToken.CollectTokenData : PlacedObject.ResizableObjectData
Inheritance
CollectToken.CollectTokenData
Inherited Members

Constructors

CollectTokenData(PlacedObject, bool)

public CollectTokenData(PlacedObject owner, bool isBlue)

Parameters

owner PlacedObject
isBlue bool

Fields

availableToPlayers

public List<SlugcatStats.Name> availableToPlayers

Field Value

List<SlugcatStats.Name>

isBlue

public bool isBlue

Field Value

bool

isDev

public bool isDev

Field Value

bool

isGreen

public bool isGreen

Field Value

bool

isRed

public bool isRed

Field Value

bool

isWhite

public bool isWhite

Field Value

bool

panelPos

public Vector2 panelPos

Field Value

Vector2

tokenString

public string tokenString

Field Value

string

Properties

ChatlogCollect

public ChatlogData.ChatlogID ChatlogCollect { get; set; }

Property Value

ChatlogData.ChatlogID

LevelUnlock

public MultiplayerUnlocks.LevelUnlockID LevelUnlock { get; set; }

Property Value

MultiplayerUnlocks.LevelUnlockID

SafariUnlock

public MultiplayerUnlocks.SafariUnlockID SafariUnlock { get; set; }

Property Value

MultiplayerUnlocks.SafariUnlockID

SandboxUnlock

public MultiplayerUnlocks.SandboxUnlockID SandboxUnlock { get; set; }

Property Value

MultiplayerUnlocks.SandboxUnlockID

SlugcatUnlock

public MultiplayerUnlocks.SlugcatUnlockID SlugcatUnlock { get; set; }

Property Value

MultiplayerUnlocks.SlugcatUnlockID

Methods

FromString(string)

public override void FromString(string s)

Parameters

s string

ToString()

public override string ToString()

Returns

string