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

22 December 2023

  • curprev 07:1207:12, 22 December 2023Tayfunwiki talk contribs 2,116 bytes +2,116 Created page with "== <code>Name</code> Property in Actor Class == === Overview === The <code>Name</code> property in the <code>Actor</code> class is used to store and retrieve the name of the actor. This property is fundamental for identifying each actor within the game by a human-readable name, enhancing the player's ability to connect with and remember characters. === Syntax === <syntaxhighlight lang="c#"> public string Name { get; protected set; } </syntaxhighlight> === Description..." Tag: Visual edit