SET STAT FRONTEND VISIBILITY

From GTAMods Wiki
Revision as of 19:23, 8 January 2026 by Post-R41N (talk | contribs) (Created page with "{{Native |np=2 |p1t=Integer |p1d=Stat ID |p2t=Integer |p2d=0/1 }} This function sets the stat with certain id will be visible or invisible. ---- '''Examples:'''<br/> SET_STAT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SET_STAT_FRONTEND_VISIBILITY
Number of parameters: 2
Parameter #TypeDescription
1.IntegerStat ID
2.Integer0/1
Return value:
TypeDescription
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.