ISInterface:GetSessionCount

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • unsigned long GetSessionCount()

Purpose

To obtain the number of other sessions of Inner Space

Usage

Parameters

None'

Return Value

  • unsigned long
Returns the number of other sessions

Examples

unsigned long sessions;
sessions = pISInterface->GetSessionCount();

See Also