GetTotal

From Catglobe Wiki
Jump to: navigation, search



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