get_name - ryzom/ryzomcore GitHub Wiki


title: Get Name description: published: true date: 2023-03-13T02:01:09.821Z tags: editor: markdown dateCreated: 2023-03-13T02:01:05.183Z

getName

The getName native AI script function retrieves the name of a group.

Syntax

(name: s)getName()

Return Value

The function returns the name of the group as a string.

Example

($groupName)getName();

This example code retrieves the name of the current group and stores it in a string variable.

⚠️ **GitHub.com Fallback** ⚠️