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
C# (CSharp) BuffManager.DestroyEntityEx Examples
Programming Language:
C# (CSharp)
Class/Type:
BuffManager
Method/Function:
DestroyEntityEx
Examples at hotexamples.com:
1
C# (CSharp) BuffManager.DestroyEntityEx - 1 examples found
. These are the top rated real world C# (CSharp) examples of
BuffManager.DestroyEntityEx
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
AddBuff(15)
AddAndUpdateBuff(8)
AddElement(8)
GetBuff(7)
AddToMenu(4)
CreateAndAddBuff(4)
Add(3)
AddBuffs(3)
GetActivatorLength(2)
GetActivatorFirstElementIndex(2)
Dispose(2)
CreateBuff(2)
ClearBuff(2)
ActiveBuff(2)
Buff(2)
AddBuffToQueue(2)
BuffCount(1)
DestroyEntityEx(1)
GetAllBuffsSortetByDuration(1)
AddNewBan(1)
ExtendDebuff(1)
ExtendBuffDuration(1)
Expire(1)
EraseDeBuff(1)
EndTurn(1)
EndMove(1)
DrawBuff(1)
AllowGroup(1)
Destroy(1)
BuffProcess(1)
DeregisterBuff(1)
Debuff(1)
ApplyBuff(1)
BeginTurn(1)
Contains(1)
BuffCheck(1)
CheckMove(1)
CheckControl(1)
CheckBuffs(1)
CheckBuffExists(1)
BuffReduceLayer(1)
CheckRecoverOnHit(1)
Frequently Used Methods
AddBuff (15)
AddAndUpdateBuff (8)
AddElement (8)
GetBuff (7)
AddToMenu (4)
CreateAndAddBuff (4)
Add (3)
AddBuffs (3)
GetActivatorLength (2)
GetActivatorFirstElementIndex (2)
Frequently Used Methods
Dispose (2)
CreateBuff (2)
ClearBuff (2)
ActiveBuff (2)
Buff (2)
AddBuffToQueue (2)
BuffCount (1)
DestroyEntityEx (1)
GetAllBuffsSortetByDuration (1)
AddNewBan (1)
ExtendDebuff (1)
ExtendBuffDuration (1)
Expire (1)
EraseDeBuff (1)
EndTurn (1)
EndMove (1)
DrawBuff (1)
AllowGroup (1)
Destroy (1)
BuffProcess (1)
Frequently Used Methods
ExtendDebuff (1)
ExtendBuffDuration (1)
Expire (1)
EraseDeBuff (1)
EndTurn (1)
EndMove (1)
DrawBuff (1)
AllowGroup (1)
Destroy (1)
BuffProcess (1)
DeregisterBuff (1)
Debuff (1)
ApplyBuff (1)
BeginTurn (1)
Contains (1)
BuffCheck (1)
CheckMove (1)
CheckControl (1)
CheckBuffs (1)
CheckBuffExists (1)
BuffReduceLayer (1)
CheckRecoverOnHit (1)
Frequently Used Methods
DeregisterBuff (1)
Debuff (1)
ApplyBuff (1)
BeginTurn (1)
Contains (1)
BuffCheck (1)
CheckMove (1)
CheckControl (1)
CheckBuffs (1)
CheckBuffExists (1)
BuffReduceLayer (1)
CheckRecoverOnHit (1)
Example #1
0
Show file
public void Create(IEntity entity, IBuffDataComponent buff) { BuffManager.DestroyEntityEx(entity); }
x