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:36, 22 December 2023 Tayfunwiki talk contribs created page HasSpouse (Created page with "== <code>HasSpouse</code> Property in Actor Class == === Overview === The <code>HasSpouse</code> property in the <code>Actor</code> class is used to determine whether the actor currently has a spouse. This boolean property plays a crucial role in games where marital status impacts gameplay, narrative, or character interactions. === Syntax === <syntaxhighlight lang="c#"> public bool HasSpouse => Spouses(false).Any(); </syntaxhighlight> === Description === * Property T...") Tag: Visual edit