remove_profile_parameter - ryzom/ryzomcore GitHub Wiki


title: Remove Profile Parameter description: published: true date: 2023-03-13T04:03:35.968Z tags: editor: markdown dateCreated: 2023-03-13T04:03:32.566Z

removeProfileParameter

The removeProfileParameter native AI script function is used to remove a profile parameter from the current group.

Syntax

()removeProfileParameter(parameterName: s) // removeProfileParameter_s_

Arguments

  • parameterName (string): The id of the parameter to remove.

Example

()removeProfileParameter("running");

This example code removes the parameter named "running" or "running:<*>" from the current group.

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