C# Class LogicSpawn.GTARPG.Core.Response

Show file Open project: logicspawn/GTARPG

Public Properties

Property Type Description
Action ResponseAction
Conditions List
CustomAction System.Action
DialogId int
Paramater string
Text string

Public Methods

Method Description
Response ( string t, ResponseAction a ) : System
Response ( string t, ResponseAction a, System.Action action ) : System
Response ( string t, ResponseAction a, string param ) : System
Response ( string t, int d ) : System
WithCondition ( ResponseCondition condition ) : Response
WithConditions ( ) : Response

Method Details

Response() public method

public Response ( string t, ResponseAction a ) : System
t string
a ResponseAction
return System

Response() public method

public Response ( string t, ResponseAction a, System.Action action ) : System
t string
a ResponseAction
action System.Action
return System

Response() public method

public Response ( string t, ResponseAction a, string param ) : System
t string
a ResponseAction
param string
return System

Response() public method

public Response ( string t, int d ) : System
t string
d int
return System

WithCondition() public method

public WithCondition ( ResponseCondition condition ) : Response
condition ResponseCondition
return Response

WithConditions() public method

public WithConditions ( ) : Response
return Response

Property Details

Action public property

public ResponseAction Action
return ResponseAction

Conditions public property

public List Conditions
return List

CustomAction public property

public Action,System CustomAction
return System.Action

DialogId public property

public int DialogId
return int

Paramater public property

public string Paramater
return string

Text public property

public string Text
return string