Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
SpellEffectParalyze
C# Class SpellEffectParalyze, UnderworldExporter
Freezes the NPC
Inheritance:
SpellEffect
Datei anzeigen
Open project: hankmorgan/UnderworldExporter
Public Properties
Property
Type
Description
anim
Animator
isNPC
bool
npc
NPC,
state
int
Public Methods
Method
Description
ApplyEffect
( ) :
void
CancelEffect
( ) :
void
Update
( ) :
void
Method Details
ApplyEffect()
public
method
public
ApplyEffect
( ) :
void
return
void
CancelEffect()
public
method
public
CancelEffect
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
anim
public_oe property
public
Animator
anim
return
Animator
isNPC
public_oe property
public
bool
isNPC
return
bool
npc
public_oe property
public
NPC,
npc
return
NPC,
state
public_oe property
public
int
state
return
int