RoleDismiss: 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.

23 December 2023

  • curprev 12:5312:53, 23 December 2023Tayfunwiki talk contribs 2,160 bytes +2,160 Created page with "== <code>RoleDismiss</code> Method in Actor Class == === Overview === The <code>RoleDismiss</code> method in the <code>Actor</code> class is used to remove any existing role from the actor, leaving them without a specific role. This method is essential in games where a character's role can change or be removed, impacting their abilities, status, or interactions within the game. === Syntax === <syntaxhighlight lang="c#"> public void RoleDismiss() </syntaxhighlight> ===..." Tag: Visual edit