PixelCrushers.DialogueSystem.ConditionPriorityTools Class Reference

A static tool class for working with ConditionPriority. More...

Static Public Member Functions

static ConditionPriority StringToConditionPriority (string s)
 Converts a Chat Mapper condition priority string to a ConditionPriority value. More...
 

Detailed Description

A static tool class for working with ConditionPriority.

Member Function Documentation

◆ StringToConditionPriority()

static ConditionPriority PixelCrushers.DialogueSystem.ConditionPriorityTools.StringToConditionPriority ( string  s)
static

Converts a Chat Mapper condition priority string to a ConditionPriority value.

Returns
The condition priority associated with the string, defaulting to Normal if the string isn't recognized.
Parameters
sThe Chat Mapper condition priority string, which should be one of: Low, BelowNormal, Normal, AboveNormal, or High.

The documentation for this class was generated from the following file: