C# 클래스 FOnline.Server.CritterGlobalInviteEventArgs

Parameters for GlobalInvite event, the values are used only if Prevent is true (that is, handler succeeded and no further processing is performed).
Every handler should check Prevent property and perform its actions only if it's equal to false. That ensures only one handler succeeds.
상속: CritterChainEventArgs
파일 보기 프로젝트 열기: rotators/fosdk 1 사용 예제들

공개 메소드들

메소드 설명
CritterGlobalInviteEventArgs ( Critter cr, Item car, uint encounter_descriptor, int combat_mode ) : System

메소드 상세

CritterGlobalInviteEventArgs() 공개 메소드

public CritterGlobalInviteEventArgs ( Critter cr, Item car, uint encounter_descriptor, int combat_mode ) : System
cr Critter
car Item
encounter_descriptor uint
combat_mode int
리턴 System