UGBase GetDisplayName() Method

Returns the full name of the user or group.

Function Signature

 string GetDisplayName()

Parameters

Parameter Type Description

None

Return

Type Description

string

The full name of the user or group.

Technical Details

SBM ModScript version: 11.3.

Example

Ext.WriteStream( Shell.User().GetDisplayName() );

Result:

Chad Support

Notes

None.

Related Topics

UGBase