-
Notifications
You must be signed in to change notification settings - Fork 94
remove_profile_parameter
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
title: Remove Profile Parameter description: published: true date: 2023-03-16T23:09:39.066Z tags: editor: markdown dateCreated: 2023-03-16T22:26:57.221Z
The removeProfileParameter native AI script function is used to remove a profile parameter from the current group.
()removeProfileParameter(parameterName: s) // removeProfileParameter_s_
- parameterName (string): The id of the parameter to remove.
()removeProfileParameter("running");
This example code removes the parameter named "running" or "running:<*>" from the current group.