Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.MessageValue Class Reference

Specifies a value passed with a message and parameter. More...

Public Member Functions

 MessageValue ()
 
 MessageValue (int i)
 
 MessageValue (string s)
 
 MessageValue (StringField sf)
 
override string ToString ()
 
string EditorNameValue ()
 

Properties

MessageValueType valueType [get, set]
 Type of optional value to pass with message (int or string).
 
int intValue [get, set]
 Optional int value to pass with message.
 
string stringValue [get, set]
 Optional string value to pass with message.
 

Detailed Description

Specifies a value passed with a message and parameter.

Constructor & Destructor Documentation

◆ MessageValue() [1/4]

PixelCrushers.QuestMachine.MessageValue.MessageValue ( )
inline

◆ MessageValue() [2/4]

PixelCrushers.QuestMachine.MessageValue.MessageValue ( int  i)
inline

◆ MessageValue() [3/4]

PixelCrushers.QuestMachine.MessageValue.MessageValue ( string  s)
inline

◆ MessageValue() [4/4]

PixelCrushers.QuestMachine.MessageValue.MessageValue ( StringField  sf)
inline

Member Function Documentation

◆ EditorNameValue()

string PixelCrushers.QuestMachine.MessageValue.EditorNameValue ( )
inline

◆ ToString()

override string PixelCrushers.QuestMachine.MessageValue.ToString ( )
inline

Property Documentation

◆ intValue

int PixelCrushers.QuestMachine.MessageValue.intValue
getset

Optional int value to pass with message.

◆ stringValue

string PixelCrushers.QuestMachine.MessageValue.stringValue
getset

Optional string value to pass with message.

◆ valueType

MessageValueType PixelCrushers.QuestMachine.MessageValue.valueType
getset

Type of optional value to pass with message (int or string).


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