C# 클래스 Server.SkillHandlers.Discordance.DiscordanceInfo

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_Creature Mobile
m_Effect int
m_EndTime System.DateTime
m_Ending bool
m_From Mobile
m_Mods System.Collections.ArrayList
m_Timer Timer

공개 메소드들

메소드 설명
Apply ( ) : void
Clear ( ) : void
DiscordanceInfo ( Mobile from, Mobile creature, int effect, ArrayList mods ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DiscordanceInfo() 공개 메소드

public DiscordanceInfo ( Mobile from, Mobile creature, int effect, ArrayList mods ) : System
from Mobile
creature Mobile
effect int
mods System.Collections.ArrayList
리턴 System

프로퍼티 상세

m_Creature 공개적으로 프로퍼티

public Mobile m_Creature
리턴 Mobile

m_Effect 공개적으로 프로퍼티

public int m_Effect
리턴 int

m_EndTime 공개적으로 프로퍼티

public DateTime,System m_EndTime
리턴 System.DateTime

m_Ending 공개적으로 프로퍼티

public bool m_Ending
리턴 bool

m_From 공개적으로 프로퍼티

public Mobile m_From
리턴 Mobile

m_Mods 공개적으로 프로퍼티

public ArrayList,System.Collections m_Mods
리턴 System.Collections.ArrayList

m_Timer 공개적으로 프로퍼티

public Timer m_Timer
리턴 Timer