An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.0 KiB

Priority Signals commands # {#priority signals_commands}

[TOC]

Get Priority Count

Copy the value of the Priority Count to a local IntegerVariable, intended primarily to assist with debugging use of Priority.

Defined in Fungus.FungusPriorityCount

Priority Down

Decrease the FungusPriority count, causing the related FungusPrioritySignals to fire. Intended to be used to notify external systems that fungus is doing something important and they should perhaps resume.

Defined in Fungus.FungusPriorityDecrease

Priority Reset

Resets the FungusPriority count to zero. Useful if you are among logic that is hard to have matching increase and decreases.

Defined in Fungus.FungusPriorityReset

Priority Up

Increases the FungusPriority count, causing the related FungusPrioritySignals to fire. Intended to be used to notify external systems that fungus is doing something important and they should perhaps pause.

Defined in Fungus.FungusPriorityIncrease