GetTotal

From Catglobe Wiki
Revision as of 12:51, 26 December 2011 by Cg van (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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