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
  • 07:52, 22 December 2023 Tayfunwiki talk contribs created page Inheritor (Created page with "== <code>Inheritor</code> Property in Actor Class == === Overview === The <code>Inheritor</code> property in the <code>Actor</code> class indicates whether the actor is designated as an inheritor, a status that can be crucial in games that involve succession, inheritance, or lineage-based mechanics. === Syntax === <syntaxhighlight lang="c#"> public bool Inheritor { get; private set; } = true; </syntaxhighlight> === Description === * Property Type: <code>bool</code>....") Tag: Visual edit