OnlineScores_GetTestingData

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > OnLineScores >

OnlineScores_GetTestingData

 

This functionality is no longer supported.

 

Description

 

Retrieves useful information that can be used to get decisions on OnlineGaming.

 

Syntax

 

sData = OnlineScores_GetTestingData(DataID)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

DataID

Numeric

No

The ID of the data to be retrieved. Use one of the following equates:

 

Equate

Meaning

%OLS_Test_PublicIP

Returns current public IP address of the client. If client computer cannot connect to the server, an empty string is returned.

 

 

 

 

 

 

 

 

 

 

 

Remarks

 

Restrictions

 

See also

 

Examples