C# 클래스 LogicSpawn.GTARPG.Core.Response

파일 보기 프로젝트 열기: logicspawn/GTARPG

공개 프로퍼티들

프로퍼티 타입 설명
Action ResponseAction
Conditions List
CustomAction System.Action
DialogId int
Paramater string
Text string

공개 메소드들

메소드 설명
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

메소드 상세

Response() 공개 메소드

public Response ( string t, ResponseAction a ) : System
t string
a ResponseAction
리턴 System

Response() 공개 메소드

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

Response() 공개 메소드

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

Response() 공개 메소드

public Response ( string t, int d ) : System
t string
d int
리턴 System

WithCondition() 공개 메소드

public WithCondition ( ResponseCondition condition ) : Response
condition ResponseCondition
리턴 Response

WithConditions() 공개 메소드

public WithConditions ( ) : Response
리턴 Response

프로퍼티 상세

Action 공개적으로 프로퍼티

public ResponseAction Action
리턴 ResponseAction

Conditions 공개적으로 프로퍼티

public List Conditions
리턴 List

CustomAction 공개적으로 프로퍼티

public Action,System CustomAction
리턴 System.Action

DialogId 공개적으로 프로퍼티

public int DialogId
리턴 int

Paramater 공개적으로 프로퍼티

public string Paramater
리턴 string

Text 공개적으로 프로퍼티

public string Text
리턴 string