removePath method

bool removePath(
  1. ActorBasePath path
)

Implementation

bool removePath(ActorBasePath path) {
  return _paths.remove(path);
}