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) IShip.ClearCurrentPosition Examples
Programming Language:
C# (CSharp)
Class/Type:
IShip
Method/Function:
ClearCurrentPosition
Examples at hotexamples.com:
1
C# (CSharp) IShip.ClearCurrentPosition - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IShip.ClearCurrentPosition
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetPlayer(17)
GetUID(9)
GetArea(6)
GetRegion(6)
GetTID(5)
AddControler(4)
GetBaseConfig(4)
ApplyDamage(3)
GetGeneralModContainer(3)
GetPositionPoints(3)
GetEquipmentContainer(3)
GetReformerContainer(3)
GetType(3)
GetNetworkData(3)
GetExclusivelyModContainer(3)
DeactivateModuleList(2)
Damage(2)
GetConfig(2)
GetSkillContainer(2)
CanPlace(2)
Board(2)
Attack(2)
GetGameManager(2)
GetLv(2)
GetLength(1)
Accelerate(1)
GetNotation(1)
GetOneShipAsync(1)
GetShipController(1)
GetStack(1)
GetStackOnXAxisByStack(1)
OverlapsWith(1)
RequestEnergy(1)
Rotate(1)
GetService(1)
GetBestMiningCrystal(1)
GetDamaged(1)
ClearCurrentPosition(1)
ActivateModuleList(1)
AddAcceleration(1)
ApplyRapairTick(1)
Bell(1)
BonusDamage(1)
CalcBoundingBox2D(1)
CalculateEndPosition(1)
CalculateManhattanDistance(1)
ChangeEnergy(1)
ChangeShipType(1)
Clone(1)
GetCreatTime(1)
Frequently Used Methods
GetPlayer (17)
GetUID (9)
GetArea (6)
GetRegion (6)
GetTID (5)
AddControler (4)
GetBaseConfig (4)
ApplyDamage (3)
GetGeneralModContainer (3)
GetPositionPoints (3)
Frequently Used Methods
GetEquipmentContainer (3)
GetReformerContainer (3)
GetType (3)
GetNetworkData (3)
GetExclusivelyModContainer (3)
DeactivateModuleList (2)
Damage (2)
GetConfig (2)
GetSkillContainer (2)
CanPlace (2)
Board (2)
Attack (2)
GetGameManager (2)
GetLv (2)
GetLength (1)
Accelerate (1)
GetNotation (1)
GetOneShipAsync (1)
GetShipController (1)
GetStack (1)
Frequently Used Methods
Board (2)
Attack (2)
GetGameManager (2)
GetLv (2)
GetLength (1)
Accelerate (1)
GetNotation (1)
GetOneShipAsync (1)
GetShipController (1)
GetStack (1)
GetStackOnXAxisByStack (1)
OverlapsWith (1)
RequestEnergy (1)
Rotate (1)
GetService (1)
GetBestMiningCrystal (1)
GetDamaged (1)
ClearCurrentPosition (1)
ActivateModuleList (1)
AddAcceleration (1)
ApplyRapairTick (1)
Bell (1)
BonusDamage (1)
CalcBoundingBox2D (1)
CalculateEndPosition (1)
CalculateManhattanDistance (1)
ChangeEnergy (1)
ChangeShipType (1)
Clone (1)
GetCreatTime (1)
Frequently Used Methods
GetStackOnXAxisByStack (1)
OverlapsWith (1)
RequestEnergy (1)
Rotate (1)
GetService (1)
GetBestMiningCrystal (1)
GetDamaged (1)
ClearCurrentPosition (1)
ActivateModuleList (1)
AddAcceleration (1)
ApplyRapairTick (1)
Bell (1)
BonusDamage (1)
CalcBoundingBox2D (1)
CalculateEndPosition (1)
CalculateManhattanDistance (1)
ChangeEnergy (1)
ChangeShipType (1)
Clone (1)
GetCreatTime (1)
Defend (1)
DestroyShip (1)
DistanceTo (1)
Draw (1)
Fire (1)
Freeze (1)
GenerateShield (1)
GetAllShipsAsync (1)
AcquireCoordinates (1)
GetCannonDamage (1)
GetCannonNextFire (1)
SetSail (1)
Example #1
0
Show file
File:
ShipManager.cs
Project:
TheDayIsMyEnemy/TIESILENCER-Project
private void DestroyShip(IShip ship) { ship.ClearCurrentPosition(); this.ships.Remove(ship); }
x