UGBase UniqueName() Method

Gets the unique name for the user or group.

Function Signature

 string UniqueName()

Parameters

Parameter Type Description

Return

Type Description

string

This user's login name.

Technical Details

SBM ModScript version: 11.3.

Example

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

Result:

chad

Notes

If the object is a group, this method returns the name of the group. If the object is a user, this method returns user's login ID.

Related Topics

UGBase