M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
SandBox.BoardGames.BoardGameBase Member List

This is the complete list of members for SandBox.BoardGames.BoardGameBase, including all inherited members.

AIOpponentSandBox.BoardGames.BoardGameBaseprotected
BoardEntitySandBox.BoardGames.BoardGameBaseprotected
BoardGameBase(MissionBoardGameLogic mission, TextObject name, PlayerTurn startingPlayer)SandBox.BoardGames.BoardGameBaseprotected
CalculateAllValidMoves(BoardGameSide side)SandBox.BoardGames.BoardGameBasevirtual
CalculateValidMoves(PawnBase pawn)SandBox.BoardGames.BoardGameBasepure virtual
CheckGameEnded()SandBox.BoardGames.BoardGameBaseprotectedpure virtual
CheckSwitchPlayerTurn()SandBox.BoardGames.BoardGameBaseprotected
ClearValidMoves()SandBox.BoardGames.BoardGameBaseprotected
DelayBeforeMovingAnyPawnSandBox.BoardGames.BoardGameBaseprotectedstatic
DelayBetweenPawnMovementsBeginSandBox.BoardGames.BoardGameBaseprotectedstatic
DiceBoardSandBox.BoardGames.BoardGameBaseprotected
DiceRollAnimationRunningSandBox.BoardGames.BoardGameBaseprotected
DiceRollAnimationTimerSandBox.BoardGames.BoardGameBaseprotected
DiceRollRequiredSandBox.BoardGames.BoardGameBaseprotected
DiceRollSoundCodeIDSandBox.BoardGames.BoardGameBaseprotected
EndTurn()SandBox.BoardGames.BoardGameBaseprotected
ForceDice(int value)SandBox.BoardGames.BoardGameBase
GameOverInfoSandBox.BoardGames.BoardGameBase
GetHoveredPawnIfAny()SandBox.BoardGames.BoardGameBaseprotected
GetHoveredTileIfAny()SandBox.BoardGames.BoardGameBaseprotected
GetPlayerOneUnitsAlive()SandBox.BoardGames.BoardGameBase
GetPlayerOneUnitsDead()SandBox.BoardGames.BoardGameBase
GetPlayerTwoUnitsAlive()SandBox.BoardGames.BoardGameBase
GetPlayerTwoUnitsDead()SandBox.BoardGames.BoardGameBase
GetTotalMovesAvailable(ref List< List< Move > > moves)SandBox.BoardGames.BoardGameBase
HandlePlayerInput(float dt)SandBox.BoardGames.BoardGameBaseprotected
HandlePreMovementStage(float dt)SandBox.BoardGames.BoardGameBaseprotectedvirtual
HandlePreMovementStageAI(Move move)SandBox.BoardGames.BoardGameBaseprotectedvirtual
HasMovesAvailable(ref List< List< Move > > moves)SandBox.BoardGames.BoardGameBase
HasToMovePawnsAcrossSandBox.BoardGames.BoardGameBaseprotected
HideAllValidTiles()SandBox.BoardGames.BoardGameBaseprotected
Initialize()SandBox.BoardGames.BoardGameBase
InitializeCapturedUnitsZones()SandBox.BoardGames.BoardGameBasevirtual
InitializeDiceBoard()SandBox.BoardGames.BoardGameBasevirtual
InitializeSound()SandBox.BoardGames.BoardGameBasepure virtual
InitializeTiles()SandBox.BoardGames.BoardGameBasepure virtual
InitializeUnit(PawnBase pawnToInit)SandBox.BoardGames.BoardGameBaseprotected
InitializeUnits()SandBox.BoardGames.BoardGameBasepure virtual
InPreMovementStageSandBox.BoardGames.BoardGameBase
InputManagerSandBox.BoardGames.BoardGameBaseprotected
InvalidDiceSandBox.BoardGames.BoardGameBaseprotectedstatic
IsReadySandBox.BoardGames.BoardGameBase
JustStoppedDraggingUnitSandBox.BoardGames.BoardGameBaseprotected
LastDiceSandBox.BoardGames.BoardGameBase
MissionHandlerSandBox.BoardGames.BoardGameBaseprotected
MovePawnToTile(PawnBase pawn, TileBase tile, bool instantMove=false, bool displayMessage=true)SandBox.BoardGames.BoardGameBaseprotectedvirtual
MovePawnToTileDelayed(PawnBase pawn, TileBase tile, bool instantMove, bool displayMessage, float delay)SandBox.BoardGames.BoardGameBaseprotectedvirtual
MovesLeftToEndTurnSandBox.BoardGames.BoardGameBaseprotected
NameSandBox.BoardGames.BoardGameBase
OnAfterBoardRotated()SandBox.BoardGames.BoardGameBaseprotectedvirtual
OnAfterBoardSetUp()SandBox.BoardGames.BoardGameBaseprotectedpure virtual
OnAfterDiceRollAnimation()SandBox.BoardGames.BoardGameBaseprotectedvirtual
OnAfterEndTurn()SandBox.BoardGames.BoardGameBaseprotected
OnAIWantsForfeit()SandBox.BoardGames.BoardGameBaseprotected
OnBeforeEndTurn()SandBox.BoardGames.BoardGameBaseprotectedvirtual
OnDefeat(string message=StringDefeatMessage)SandBox.BoardGames.BoardGameBaseprotected
OnDraw(string message=StringDrawMessage)SandBox.BoardGames.BoardGameBaseprotected
OnPawnArrivesGoalPosition(PawnBase pawn, Vec3 prevPos, Vec3 currentPos)SandBox.BoardGames.BoardGameBaseprotectedvirtual
OnVictory(string message=StringVictoryMessage)SandBox.BoardGames.BoardGameBaseprotected
PawnSelectedFactorSandBox.BoardGames.BoardGameBaseprotected
PawnSelectFilterSandBox.BoardGames.BoardGameBaseprotected
PawnUnselectedFactorSandBox.BoardGames.BoardGameBaseprotected
PlayDiceRollSound()SandBox.BoardGames.BoardGameBase
PlayerOnePoolSandBox.BoardGames.BoardGameBaseprotected
PlayerOneUnitsSandBox.BoardGames.BoardGameBase
PlayerTurnSandBox.BoardGames.BoardGameBase
PlayerTwoPoolSandBox.BoardGames.BoardGameBaseprotected
PlayerTwoUnitsSandBox.BoardGames.BoardGameBase
PlayerWhoStartedSandBox.BoardGames.BoardGameBase
PreMovementStagePresentSandBox.BoardGames.BoardGameBaseprotected
ReadyToPlaySandBox.BoardGames.BoardGameBaseprotected
RemovePawnFromBoard(PawnBase pawn, float speed, bool instantMove=false)SandBox.BoardGames.BoardGameBaseprotected
Reset()SandBox.BoardGames.BoardGameBasevirtual
RollDice()SandBox.BoardGames.BoardGameBasevirtual
RotateBoardSandBox.BoardGames.BoardGameBaseprotected
SelectedUnitSandBox.BoardGames.BoardGameBaseprotected
SelectPawn(PawnBase pawn)SandBox.BoardGames.BoardGameBaseprotectedpure virtual
SetGameOverInfo(GameOverEnum info)SandBox.BoardGames.BoardGameBase
SetPawnCaptured(PawnBase pawn, bool fake=false)SandBox.BoardGames.BoardGameBasevirtual
SetStartingPlayer(PlayerTurn player)SandBox.BoardGames.BoardGameBase
SettingUpBoardSandBox.BoardGames.BoardGameBaseprotected
SetUserRay(Vec3 rayBegin, Vec3 rayEnd)SandBox.BoardGames.BoardGameBase
ShowAllValidTiles()SandBox.BoardGames.BoardGameBaseprotected
StringBoardGameSandBox.BoardGames.BoardGameBasestatic
StringCapturePieceOpponentSandBox.BoardGames.BoardGameBasestatic
StringCapturePiecePlayerSandBox.BoardGames.BoardGameBasestatic
StringDefeatMessageSandBox.BoardGames.BoardGameBasestatic
StringDrawMessageSandBox.BoardGames.BoardGameBasestatic
StringForfeitQuestionSandBox.BoardGames.BoardGameBasestatic
StringMovePieceOpponentSandBox.BoardGames.BoardGameBasestatic
StringMovePiecePlayerSandBox.BoardGames.BoardGameBasestatic
StringNoAvailableMovesOpponentSandBox.BoardGames.BoardGameBasestatic
StringNoAvailableMovesPlayerSandBox.BoardGames.BoardGameBasestatic
StringRollDiceOpponentSandBox.BoardGames.BoardGameBasestatic
StringRollDicePlayerSandBox.BoardGames.BoardGameBasestatic
StringSeegaBarrierByP1DefeatMessageSandBox.BoardGames.BoardGameBasestatic
StringSeegaBarrierByP1DrawMessageSandBox.BoardGames.BoardGameBasestatic
StringSeegaBarrierByP1VictoryMessageSandBox.BoardGames.BoardGameBasestatic
StringSeegaBarrierByP2DefeatMessageSandBox.BoardGames.BoardGameBasestatic
StringSeegaBarrierByP2DrawMessageSandBox.BoardGames.BoardGameBasestatic
StringSeegaBarrierByP2VictoryMessageSandBox.BoardGames.BoardGameBasestatic
StringVictoryMessageSandBox.BoardGames.BoardGameBasestatic
SwitchPlayerTurn()SandBox.BoardGames.BoardGameBaseprotectedvirtual
Tick(float dt)SandBox.BoardGames.BoardGameBase
TileCountSandBox.BoardGames.BoardGameBase
TilesSandBox.BoardGames.BoardGameBase
UnitsToPlacePerTurnInPreMovementStageSandBox.BoardGames.BoardGameBaseprotected
UpdateAllTilesPositions()SandBox.BoardGames.BoardGameBaseprotectedvirtual