C# Class LogicSpawn.GTARPG.Core.Response

Afficher le fichier Open project: logicspawn/GTARPG

Méthodes publiques

Свойство Type Description
Action ResponseAction
Conditions List
CustomAction System.Action
DialogId int
Paramater string
Text string

Méthodes publiques

Méthode 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 méthode

public Response ( string t, ResponseAction a ) : System
t string
a ResponseAction
Résultat System

Response() public méthode

public Response ( string t, ResponseAction a, System.Action action ) : System
t string
a ResponseAction
action System.Action
Résultat System

Response() public méthode

public Response ( string t, ResponseAction a, string param ) : System
t string
a ResponseAction
param string
Résultat System

Response() public méthode

public Response ( string t, int d ) : System
t string
d int
Résultat System

WithCondition() public méthode

public WithCondition ( ResponseCondition condition ) : Response
condition ResponseCondition
Résultat Response

WithConditions() public méthode

public WithConditions ( ) : Response
Résultat Response

Property Details

Action public_oe property

public ResponseAction Action
Résultat ResponseAction

Conditions public_oe property

public List Conditions
Résultat List

CustomAction public_oe property

public Action,System CustomAction
Résultat System.Action

DialogId public_oe property

public int DialogId
Résultat int

Paramater public_oe property

public string Paramater
Résultat string

Text public_oe property

public string Text
Résultat string