Skip to content

Commit

Permalink
small doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
cipherxof committed Feb 2, 2021
1 parent 06841fe commit a47875e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions handles/unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ export class Unit extends Widget {
PauseUnit(this.handle, flag);
}

/**
* @returns true if the unit is paused
*/
public get paused() {
return IsUnitPaused(this.handle);
}
Expand Down

0 comments on commit a47875e

Please sign in to comment.