Project Hoshimi Documented Class Library
IsNavPointVisited Method (bot, p)
NamespacesPH.MissionUniqueNavigationObjectiveIsNavPointVisited(BotInfo, Point)
Indicate if a point have been reached by the bot.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsNavPointVisited(
	BotInfo bot,
	Point p
)
Public Function IsNavPointVisited ( _
	bot As BotInfo, _
	p As Point _
) As Boolean
public:
bool IsNavPointVisited(
	BotInfo^ bot, 
	Point p
)
Parameters
bot (BotInfo)
Bot to check
p (Point)
Point to check
Return Value
Remarks

[Missing <remarks> documentation for M:PH.Mission.UniqueNavigationObjective.IsNavPointVisited(PH.Common.BotInfo,System.Drawing.Point)]

Assembly: PH.Common (Module: PH.Common) Version: 6.0.0.0