Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation getMergeStatisticPctItem

From Catglobe Wiki



Tabulation_getMergeStatisticPctItem

Returns the current state of the merge statistics percentage item setting for tables.

Syntax

Tabulation_getMergeStatisticPctItem()

Arguments

none

Return type

boolean

Examples

bool b = Tabulation_getMergeStatisticPctItem();

if (b) print("Statistic pct item was merged.")

else print("Statistic pct item was not merged.")

//Result: Statistic pct item was not merged.

Availability

Version 5.8.1