Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.UrgencyFunction Class Referenceabstract

Base abstract class for urgency functions, which quest generators use to identify which entity is most urgent to generate a quest about. More...

Inheritance diagram for PixelCrushers.QuestMachine.UrgencyFunction:
Collaboration diagram for PixelCrushers.QuestMachine.UrgencyFunction:

Public Member Functions

float Compute (WorldModel worldModel)
 

Properties

string description [get, set]
 Description of this urgency function.
 
string typeName [get]
 

Detailed Description

Base abstract class for urgency functions, which quest generators use to identify which entity is most urgent to generate a quest about.

Member Function Documentation

◆ Compute()

float PixelCrushers.QuestMachine.UrgencyFunction.Compute ( WorldModel  worldModel)
abstract

Property Documentation

◆ description

string PixelCrushers.QuestMachine.UrgencyFunction.description
getset

Description of this urgency function.

◆ typeName

string PixelCrushers.QuestMachine.UrgencyFunction.typeName
getabstract

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