All public logs

Combined display of all available logs of Intrigues Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:12, 22 December 2023 Tayfunwiki talk contribs created page Name (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