Skip to content

get_name

Ryzom Core Wiki edited this page Jul 8, 2024 · 3 revisions

title: Get Name description: published: true date: 2023-03-16T23:07:23.920Z tags: editor: markdown dateCreated: 2023-03-16T22:24:05.810Z

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.

Clone this wiki locally