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) MyBoard.IsPointOnBoard Examples
Programming Language:
C# (CSharp)
Class/Type:
MyBoard
Method/Function:
IsPointOnBoard
Examples at hotexamples.com:
1
C# (CSharp) MyBoard.IsPointOnBoard - 1 examples found
. These are the top rated real world C# (CSharp) examples of
MyBoard.IsPointOnBoard
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
InCheck(3)
MakeMove(3)
PrintBoard(2)
UnMakeMove(2)
findGameEntityAtPoint(2)
PositionIsValid(2)
getHex(2)
GetTile(2)
isActiveHex(2)
movePlayer(2)
getHumans(1)
getHexNextTo(1)
highlightCurrentPlayer(1)
putGameEntityOnCell(1)
getCellCenter(1)
findPointsAlongLine3D(1)
findHexAt(1)
resetCells(1)
selectAttackCells(1)
findActiveHex(1)
UpdateBoard(1)
AddBoardObject(1)
ResetComboMultiplierForColumn(1)
GetBoardObject(1)
BreakMatchesInColumn(1)
CheckDirection(1)
Clear(1)
ContainsKey(1)
ConvertDirectionInputToLoopInfo(1)
GetBoard(1)
GetSpace(1)
PutPiece(1)
IsPointOnBoard(1)
Message(1)
Piece(1)
PieceCount(1)
PossibleMoves(1)
ApplyComboMultiplierFromMatch(1)
selectMoveCells(1)
Frequently Used Methods
InCheck (3)
MakeMove (3)
PrintBoard (2)
UnMakeMove (2)
findGameEntityAtPoint (2)
PositionIsValid (2)
getHex (2)
GetTile (2)
isActiveHex (2)
movePlayer (2)
Frequently Used Methods
getHumans (1)
getHexNextTo (1)
highlightCurrentPlayer (1)
putGameEntityOnCell (1)
getCellCenter (1)
findPointsAlongLine3D (1)
findHexAt (1)
resetCells (1)
selectAttackCells (1)
findActiveHex (1)
UpdateBoard (1)
AddBoardObject (1)
ResetComboMultiplierForColumn (1)
GetBoardObject (1)
BreakMatchesInColumn (1)
CheckDirection (1)
Clear (1)
ContainsKey (1)
ConvertDirectionInputToLoopInfo (1)
GetBoard (1)
Frequently Used Methods
UpdateBoard (1)
AddBoardObject (1)
ResetComboMultiplierForColumn (1)
GetBoardObject (1)
BreakMatchesInColumn (1)
CheckDirection (1)
Clear (1)
ContainsKey (1)
ConvertDirectionInputToLoopInfo (1)
GetBoard (1)
GetSpace (1)
PutPiece (1)
IsPointOnBoard (1)
Message (1)
Piece (1)
PieceCount (1)
PossibleMoves (1)
ApplyComboMultiplierFromMatch (1)
selectMoveCells (1)
Frequently Used Methods
GetSpace (1)
PutPiece (1)
IsPointOnBoard (1)
Message (1)
Piece (1)
PieceCount (1)
PossibleMoves (1)
ApplyComboMultiplierFromMatch (1)
selectMoveCells (1)
Example #1
0
Show file
File:
CombatAction.cs
Project:
thestig999/LunchHourGames
protected bool isPointOnBoard(Point point) { return(MyBoard.IsPointOnBoard(point)); }
x