Module Movement_Controller

Logic for moving units.

Functions

spawnMoveFinder (args) Spawns a move finder and ghost at the provided object.


Functions

spawnMoveFinder (args)
Spawns a move finder and ghost at the provided object.

Parameters:

  • args The `origin` object to use.

Returns:

    table Handle to the spawned range finder and ghost mini.

Usage:

    local objects = spawnRangeFinder({
      origin = someObject,
    })
    -- objects.finder
    -- objects.ghost
generated by LDoc 1.4.6 Last updated 2020-05-19 00:07:14