remove_profile_parameter - ryzom/ryzomcore GitHub Wiki


title: Remove Profile Parameter description: published: true date: 2023-03-16T23:09:39.066Z tags: editor: markdown dateCreated: 2023-03-16T22:26:57.221Z

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** ⚠️