SET STAT FRONTEND VISIBILITY
Jump to navigation
Jump to search
| Number of parameters: 2 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | Integer | Stat ID |
| 2. | Integer | 0/1 |
| Return value: | ||
| Type | Description | |
| None | ||
This function sets the stat with certain id will be visible or invisible.
Examples:
SET_STAT_FRONTEND_VISIBILITY(269, 1) - enable visibility of stat with 269 id.
SET_STAT_FRONTEND_VISIBILITY(269, 0) - disable visibility of stat with 269 id.