Skip to content

Commit a47875e

Browse files
committed
small doc update
1 parent 06841fe commit a47875e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

handles/unit.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ export class Unit extends Widget {
250250
PauseUnit(this.handle, flag);
251251
}
252252

253+
/**
254+
* @returns true if the unit is paused
255+
*/
253256
public get paused() {
254257
return IsUnitPaused(this.handle);
255258
}

0 commit comments

Comments
 (0)