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
  • 05:52, 23 December 2023 Tayfunwiki talk contribs created page HasParent (Created page with "== <code>HasParent</code> Property in Actor Class == === Overview === The <code>HasParent</code> property in the <code>Actor</code> class is a boolean value that indicates whether the actor has any living parents. This property is key in determining the actor's immediate family structure, essential in games where family dynamics and lineage play a significant role. === Syntax === <syntaxhighlight lang="c#"> public bool HasParent => Parents(false).Any(); </syntaxhighlig...") Tag: Visual edit