Constructor
new MessageMaker(shift, restOfHoursopt, isCountDownopt, isNextopt, isBigRunopt, isContestopt, isFutureBigRunopt)
Parameters:
| Name | Type | Attributes | Default | Description | 
|---|---|---|---|---|
shift | Object | Shift object.  | ||
restOfHours | int | <optional> | 40 | Rest of hours of this shift.  | 
isCountDown | boolean | <optional> | false | Flag of count down.  | 
isNext | boolean | <optional> | false | Flag of Next shift.  | 
isBigRun | boolean | <optional> | false | Flag of BigRun.  | 
isContest | boolean | <optional> | false | Flag of Contest.  | 
isFutureBigRun | boolean | <optional> | false | Flag of Future shift of Big Run.  | 
- Since
 - v1.0.0
 
- Source
 
Members
stageBadgeId
Getter: Get stage badge tag.
- Since
 - v1.0.0
 
- Source
 
stageBadges :Object
Object of stage badges.
Type:
- Object
 
- Since
 - v1.0.0
 
- Source
 
stageName
Getter: Cleaned up stage name.
- Since
 - v1.0.0
 
- Source
 
weaponBadgeIdMaker
Generate weapon badge tag.
- Since
 - v1.0.0
 
- Source
 
weaponBadges :Object
Object of weapon badges.
Type:
- Object
 
- Since
 - v1.0.0
 
- Source
 
Methods
maker() → {string}
Make message to send.
- Since
 - v1.0.0
 
- Source
 
Returns:
- Message to send
 
- Type:
 - string