C# Class Aka_s_Vayne.Manager.StealthManager.OnStealthEventArgs

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

Public Properties

Property Type Description
IsStealthed bool
Sender AIHeroClient
Time float

Property Details

IsStealthed public property

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

Sender public property

Stealth Sender
public AIHeroClient Sender
return AIHeroClient

Time public property

Spell Start Time
public float Time
return float