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:03, 22 December 2023 Tayfunwiki talk contribs created page IsPlayer (Created page with "== <code>IsPlayer</code> Property in Actor Class == === Overview === The <code>IsPlayer</code> property in the <code>Actor</code> class is used to determine whether the actor is designated as the player character within the game. This property is fundamental for differentiating between player-controlled and non-player characters. === Syntax === <syntaxhighlight lang="c#"> public bool IsPlayer => isPlayer; </syntaxhighlight> === Description === * Property Type: <code>...") Tag: Visual edit