Skip to main content
SkillParameter represents a single skill parameter — its name, type, value, and whether it can be modified.

Properties

NameTypeAccess levelDescription
IsReadOnlyboolRead-writetrue if the parameter is read-only.
NamestringRead-onlyThe name of the skill parameter.
TypeSkillParameterTypeRead-onlyThe type of the skill parameter.
ValuestringRead-writeThe value of the skill parameter.
Writing to a parameter whose IsReadOnly is true interrupts rule execution with an error.