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) NPCInfo.GetNPCInfoByID Examples
Programming Language:
C# (CSharp)
Class/Type:
NPCInfo
Method/Function:
GetNPCInfoByID
Examples at hotexamples.com:
1
C# (CSharp) NPCInfo.GetNPCInfoByID - 1 examples found
. These are the top rated real world C# (CSharp) examples of
NPCInfo.GetNPCInfoByID
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetCharacterInfo(3)
TriggerPuppetMaster(2)
GetGameObject(2)
SetCharacterInfo(2)
EnterCombat(2)
SetLeader(2)
EndTalkMode(1)
StartCoroutine(1)
TalkToNPC(1)
StopTalk(1)
StopCoroutine(1)
StartWaitingPatrol(1)
StartWaitingArea(1)
StartTalkMode(1)
SetGameObject(1)
SetStoppingDistance(1)
SetBehaviour(1)
SaveNPCInfoDB(1)
Load(1)
InitPosition(1)
HasFunc(1)
GetNPCInfoByID(1)
FromText(1)
UpdateColliders(1)
Frequently Used Methods
GetCharacterInfo (3)
TriggerPuppetMaster (2)
GetGameObject (2)
SetCharacterInfo (2)
EnterCombat (2)
SetLeader (2)
EndTalkMode (1)
StartCoroutine (1)
TalkToNPC (1)
StopTalk (1)
Frequently Used Methods
StopCoroutine (1)
StartWaitingPatrol (1)
StartWaitingArea (1)
StartTalkMode (1)
SetGameObject (1)
SetStoppingDistance (1)
SetBehaviour (1)
SaveNPCInfoDB (1)
Load (1)
InitPosition (1)
HasFunc (1)
GetNPCInfoByID (1)
FromText (1)
UpdateColliders (1)
Frequently Used Methods
HasFunc (1)
GetNPCInfoByID (1)
FromText (1)
UpdateColliders (1)
Example #1
0
Show file
File:
NPC.cs
Project:
WsScode/Scode
public NPCData GetData(int id) { return(m_NPCInfo.GetNPCInfoByID(id)); }
x