Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SpellEffectParalyze
C# Class SpellEffectParalyze, UnderworldExporter
Freezes the NPC
Inheritance:
SpellEffect
Show file
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 property
public
Animator
anim
return
Animator
isNPC
public property
public
bool
isNPC
return
bool
npc
public property
public
NPC,
npc
return
NPC,
state
public property
public
int
state
return
int