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
  • 06:32, 23 December 2023 Tayfunwiki talk contribs created page IsSibling (Created page with "== <code>IsSibling</code> Method in Actor Class == === Overview === The <code>IsSibling</code> method in the <code>Actor</code> class is designed to determine whether the actor is a sibling of another specified actor. This method is important in games where sibling relationships play a significant role in the narrative, character dynamics, or gameplay. === Syntax === <syntaxhighlight lang="c#"> public bool IsSibling(Actor actor) => Siblings().Contains(actor); </syntaxh...") Tag: Visual edit