# Unit Order Get Progress
Grammar — Get progress of current order for unit.
Flags —Native|Function
Get the progress of the current order for the given unit.
# Arguments
unit— Unit
Returns — fixed
native fixed UnitOrderGetProgress(unit inUnit);
# Related
Category: Unit / Orders
- Triggering Order —
order— EventUnitOrder - Issue Order —
bool— UnitIssueOrder - Issue Order To Unit Group —
bool— UnitGroupIssueOrder - Unit Order Count —
int— UnitOrderCount - Unit Order —
order— UnitOrder - Unit Order Is Acquired —
bool— UnitOrderIsAcquired - Unit Has Order With Ability —
bool— UnitOrderHasAbil - Unit Is Issued Order —
void— TriggerAddEventUnitOrder - Unit Becomes Idle —
void— TriggerAddEventUnitBecomesIdle - Wait Until Unit Becomes Idle —
void— UnitWaitUntilIdle - Wait Until Unit Group Becomes Idle —
void— UnitGroupWaitUntilIdle - Unit Rally Point —
int— UnitRallyPoint - Unit Rally Point Count —
int— UnitRallyPointCount - Unit Rally Point Target Count —
int— UnitRallyPointTargetCount - Unit Rally Point Target Point —
point— UnitRallyPointTargetPoint - Unit Rally Point Target Unit —
unit— UnitRallyPointTargetUnit - Unit Order Get Progress —
fixed— UnitOrderGetProgress
# Examples
— None found —