SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Issue AI Order[ | ]

GUI[ | ]

AI - Suggests order Order to Unit using tactical AI logic

Galaxy Code[ | ]

Void libNtve_gf_AICast ( Unit unit, Order order )

Description[ | ]

Suggests an order to a unit. If the computer that controls the unit has the ability to execute the order (with respect to its current APM constraint), then it will do so. The order will eventually be dropped if the computer is unable to execute it for a few seconds after it was issued. If you need a unit to do something immediately, use Issue Order instead.

Parameters[ | ]

  • Unit unit
    • Name: Unit
  • Order order
    • Name: Order

Additional Information[ | ]

Advertisement