Table of Contents

Class ArenaCreatureSpawner.SpawnSymbol

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

Constructors

SpawnSymbol(string, string, bool)

public SpawnSymbol(string name, string firstPossoutcome, bool inv)

Parameters

name string
firstPossoutcome string
inv bool

Fields

connectedSpawners

public List<ArenaCreatureSpawner.Spawner> connectedSpawners

Field Value

List<ArenaCreatureSpawner.Spawner>

decidedOutcome

public string decidedOutcome

Field Value

string

inverse

public bool inverse

Field Value

bool

name

public string name

Field Value

string

possibleOutcomes

public List<string> possibleOutcomes

Field Value

List<string>

Methods

AnyConnectedSpawnersActiveUnderCurrentRoll()

public bool AnyConnectedSpawnersActiveUnderCurrentRoll()

Returns

bool