Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
FOnline
CritterGlobalInviteEventArgs
C# Class FOnline.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
Mostrar archivo
Open project: wladimiiir/vault112
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