C# Class 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.
Inheritance: CritterChainEventArgs
ファイルを表示 Open project: rotators/fosdk Class Usage Examples

Public Methods

Method Description
CritterGlobalInviteEventArgs ( Critter cr, Item car, uint encounter_descriptor, int combat_mode ) : System

Method Details

CritterGlobalInviteEventArgs() public method

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