Table of Contents

Method GoToAnd

Namespace
GrindFest.BotApi
Assembly
GrindFest.dll

GoToAnd(Vector3, float, Func<bool>)

public GoToResult GoToAnd(Vector3 position, float distanceThreshold, Func<bool> action)

Parameters

position Vector3
distanceThreshold float
action Func<bool>

Returns

GoToResult