C# Class Aka_s_Vayne.Manager.StealthManager.OnStealthEventArgs

On Stealth Event Data, contains useful information that is passed with OnStealth OnStealth
Afficher le fichier Open project: Kysamaa/EloBuddy

Méthodes publiques

Свойство 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
Résultat bool

Sender public_oe property

Stealth Sender
public AIHeroClient Sender
Résultat AIHeroClient

Time public_oe property

Spell Start Time
public float Time
Résultat float