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

파일 보기 프로젝트 열기: logicspawn/GTARPG 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IntParam int
StringParam string
Type ResponseReq

공개 메소드들

메소드 설명
ItemOwned ( string itemName ) : ResponseCondition
Level ( int level ) : ResponseCondition
QuestComplete ( string questName ) : ResponseCondition
QuestConditionsDone ( string questName ) : ResponseCondition
QuestInProgress ( string questName ) : ResponseCondition
QuestNotInProgress ( string questName ) : ResponseCondition
QuestNotInProgressOrDone ( string questName ) : ResponseCondition
ResponseCondition ( ResponseReq type, int param ) : System
ResponseCondition ( ResponseReq type, string param ) : System
SkillUnlocked ( string skillName ) : ResponseCondition

메소드 상세

ItemOwned() 공개 정적인 메소드

public static ItemOwned ( string itemName ) : ResponseCondition
itemName string
리턴 ResponseCondition

Level() 공개 정적인 메소드

public static Level ( int level ) : ResponseCondition
level int
리턴 ResponseCondition

QuestComplete() 공개 정적인 메소드

public static QuestComplete ( string questName ) : ResponseCondition
questName string
리턴 ResponseCondition

QuestConditionsDone() 공개 정적인 메소드

public static QuestConditionsDone ( string questName ) : ResponseCondition
questName string
리턴 ResponseCondition

QuestInProgress() 공개 정적인 메소드

public static QuestInProgress ( string questName ) : ResponseCondition
questName string
리턴 ResponseCondition

QuestNotInProgress() 공개 정적인 메소드

public static QuestNotInProgress ( string questName ) : ResponseCondition
questName string
리턴 ResponseCondition

QuestNotInProgressOrDone() 공개 정적인 메소드

public static QuestNotInProgressOrDone ( string questName ) : ResponseCondition
questName string
리턴 ResponseCondition

ResponseCondition() 공개 메소드

public ResponseCondition ( ResponseReq type, int param ) : System
type ResponseReq
param int
리턴 System

ResponseCondition() 공개 메소드

public ResponseCondition ( ResponseReq type, string param ) : System
type ResponseReq
param string
리턴 System

SkillUnlocked() 공개 정적인 메소드

public static SkillUnlocked ( string skillName ) : ResponseCondition
skillName string
리턴 ResponseCondition

프로퍼티 상세

IntParam 공개적으로 프로퍼티

public int IntParam
리턴 int

StringParam 공개적으로 프로퍼티

public string StringParam
리턴 string

Type 공개적으로 프로퍼티

public ResponseReq Type
리턴 ResponseReq