Role.onRoleNameChanged: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 January 2024

  • curprev 11:4511:45, 5 January 2024Tayfunwiki talk contribs 1,517 bytes +1,517 Created page with "=== Role Class - <code>onRoleNameChanged</code> Event === ==== Overview ==== The <code>onRoleNameChanged</code> event in the Role class is triggered whenever there is a change in the name of a role. ==== Syntax ==== <syntaxhighlight lang="c#"> public event Action<string> onRoleNameChanged; </syntaxhighlight> ==== Description ==== This event is useful for updating UI elements, game mechanics, or other components that rely on the role's name. The event passes the previo..." Tag: Visual edit