C# Class Aka_s_Vayne.Manager.StealthManager.OnStealthEventArgs

On Stealth Event Data, contains useful information that is passed with OnStealth OnStealth
Mostrar archivo Open project: Kysamaa/EloBuddy

Public Properties

Property Type Description
IsStealthed bool
Sender AIHeroClient
Time float

Property Details

IsStealthed public_oe property

Returns if the unit is stealthed or not.
public bool IsStealthed
return bool

Sender public_oe property

Stealth Sender
public AIHeroClient Sender
return AIHeroClient

Time public_oe property

Spell Start Time
public float Time
return float