ISInterface:GetSessionCount

From Lavish Software Wiki
Revision as of 00:27, 3 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
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