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) AIEntity.SendMessage Examples
Programming Language:
C# (CSharp)
Class/Type:
AIEntity
Method/Function:
SendMessage
Examples at hotexamples.com:
1
C# (CSharp) AIEntity.SendMessage - 1 examples found
. These are the top rated real world C# (CSharp) examples of
AIEntity.SendMessage
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetComponent(30)
GetLayer(11)
AddComponent(7)
Init(7)
getPosition(3)
entityID(3)
InitializeEntity(3)
GetAbilities(2)
RegisterEventCallback(2)
getVelocity(2)
currentSpeedSquared(2)
Hijack(2)
CurrentlySelected(2)
IsReturningToBase(2)
ServerAddAbility(2)
Attack(1)
getHeadingDirection(1)
Chase(1)
Setup(1)
SetDirs(1)
ServerRemoveAbility(1)
ServerCalculatePath(1)
SendMessage(1)
Patrol(1)
SelectOrder(1)
GetAbilityTargetTeam(1)
Log(1)
IsScrambled(1)
AddGoapNodeChildren(1)
Idle(1)
GetType(1)
GetTransformPosition(1)
FindObjectsOfType(1)
GetHijackerLevel(1)
GetController(1)
Flee(1)
handlesMessage(1)
Frequently Used Methods
GetComponent (30)
GetLayer (11)
AddComponent (7)
Init (7)
getPosition (3)
entityID (3)
InitializeEntity (3)
GetAbilities (2)
RegisterEventCallback (2)
getVelocity (2)
Frequently Used Methods
currentSpeedSquared (2)
Hijack (2)
CurrentlySelected (2)
IsReturningToBase (2)
ServerAddAbility (2)
Attack (1)
getHeadingDirection (1)
Chase (1)
Setup (1)
SetDirs (1)
ServerRemoveAbility (1)
ServerCalculatePath (1)
SendMessage (1)
Patrol (1)
SelectOrder (1)
GetAbilityTargetTeam (1)
Log (1)
IsScrambled (1)
AddGoapNodeChildren (1)
Idle (1)
Frequently Used Methods
ServerRemoveAbility (1)
ServerCalculatePath (1)
SendMessage (1)
Patrol (1)
SelectOrder (1)
GetAbilityTargetTeam (1)
Log (1)
IsScrambled (1)
AddGoapNodeChildren (1)
Idle (1)
GetType (1)
GetTransformPosition (1)
FindObjectsOfType (1)
GetHijackerLevel (1)
GetController (1)
Flee (1)
handlesMessage (1)
Frequently Used Methods
GetType (1)
GetTransformPosition (1)
FindObjectsOfType (1)
GetHijackerLevel (1)
GetController (1)
Flee (1)
handlesMessage (1)
Example #1
0
Show file
IEnumerator DecreaseHealthFromPistol() { _ai.SendMessage("DecreaseHealthFromPistol"); yield break; }
x