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.



getTotal

Returns the current state of the total row which can be shown for table diagrams.

Syntax

getTotal()

Arguments

none

Return type

empty

Examples

bool b = getTotal();

if (b) print("Total row is enabled and can be shown for table diagrams.");

else print("Total row is disabled and cannot be shown for table diagrams.");

//Result: Total row is enabled and can be shown for table diagrams.

Availability

Version 5.4