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) Thief.Go Examples
Programming Language:
C# (CSharp)
Class/Type:
Thief
Method/Function:
Go
Examples at hotexamples.com:
1
C# (CSharp) Thief.Go - 1 examples found
. These are the top rated real world C# (CSharp) examples of
Thief.Go
from package code extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
EquipToBody(3)
inp(3)
noinp(2)
EquipToHand(2)
IncreaseExperiencePoints(2)
AddEvent(1)
ToLink(1)
RandomizeNPC(1)
ResetThief(1)
SetExperiencePointMultiplier(1)
Stun(1)
Subscribe(1)
getName(1)
attacked(1)
damage(1)
OpenVault(1)
hasStuff(1)
heal(1)
isCriminal(1)
loose1Item(1)
PutItems(1)
OnEndTurn(1)
OpenGate(1)
Get(1)
AddTwoNumbers(1)
CalculateFakeItem(1)
ChangeTransparency(1)
DestroyWitnessSigns(1)
DisableTransparency(1)
DodgeLazors(1)
FindAndOpenSafe(1)
GetCumulativeReward(1)
OnStartTurn(1)
GetSpecialAttack(1)
Go(1)
InitialThiefPos(1)
Move(1)
MoveThief(1)
NextThiefPos(1)
AddScore(1)
setPosition(1)
Frequently Used Methods
EquipToBody (3)
inp (3)
noinp (2)
EquipToHand (2)
IncreaseExperiencePoints (2)
AddEvent (1)
ToLink (1)
RandomizeNPC (1)
ResetThief (1)
SetExperiencePointMultiplier (1)
Frequently Used Methods
Stun (1)
Subscribe (1)
getName (1)
attacked (1)
damage (1)
OpenVault (1)
hasStuff (1)
heal (1)
isCriminal (1)
loose1Item (1)
PutItems (1)
OnEndTurn (1)
OpenGate (1)
Get (1)
AddTwoNumbers (1)
CalculateFakeItem (1)
ChangeTransparency (1)
DestroyWitnessSigns (1)
DisableTransparency (1)
DodgeLazors (1)
Frequently Used Methods
PutItems (1)
OnEndTurn (1)
OpenGate (1)
Get (1)
AddTwoNumbers (1)
CalculateFakeItem (1)
ChangeTransparency (1)
DestroyWitnessSigns (1)
DisableTransparency (1)
DodgeLazors (1)
FindAndOpenSafe (1)
GetCumulativeReward (1)
OnStartTurn (1)
GetSpecialAttack (1)
Go (1)
InitialThiefPos (1)
Move (1)
MoveThief (1)
NextThiefPos (1)
AddScore (1)
setPosition (1)
Frequently Used Methods
FindAndOpenSafe (1)
GetCumulativeReward (1)
OnStartTurn (1)
GetSpecialAttack (1)
Go (1)
InitialThiefPos (1)
Move (1)
MoveThief (1)
NextThiefPos (1)
AddScore (1)
setPosition (1)
Thief Class Documentation
Example #1
0
Show file
File:
ThiefTests.cs
Project:
EnigmaDragons/SecurityConsultantCore
private void PerformRobbery() { _thief.Go(); while (!_exited) { Thread.Sleep(2); } }
x