Table of Contents

Method Doorways

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

Doorways(FieldModification, FieldModification)

Set up the doorway system with custom door/wall mods. Call this early in Configure() to set the mods used for doorway instructions. If not called, default PGG example mods are used.

public void Doorways(FieldModification doorHoleMod = null, FieldModification clearWallMod = null)

Parameters

doorHoleMod FieldModification
clearWallMod FieldModification

Doorways(string, string)

Set up doorways using named mods from the project.

public void Doorways(string doorHoleModName, string clearWallModName)

Parameters

doorHoleModName string
clearWallModName string