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:11, 22 December 2023 Tayfunwiki talk contribs created page ID (Created page with "== <code>ID</code> Property in Actor Class == === Overview === The <code>ID</code> property in the <code>Actor</code> class is used to store and retrieve the unique identifier of the actor. This unique ID is critical for differentiating each actor within the game, especially in systems where identification and tracking of individual actors are essential. === Syntax === <syntaxhighlight lang="c#"> public string ID { get => id; protected set => id = value; } </sy...") Tag: Visual edit