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:38, 22 December 2023 Tayfunwiki talk contribs created page HasChildren (Created page with "== <code>HasChildren</code> Property in Actor Class == === Overview === The <code>HasChildren</code> property in the <code>Actor</code> class is a boolean value that indicates whether the actor has any children. This property is fundamental in determining an actor's familial status within the game, particularly in relation to offspring. === Syntax === <syntaxhighlight lang="c#"> public bool HasChildren => Children(false).Any(); </syntaxhighlight> === Description ===...") Tag: Visual edit