IsPlayer: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 December 2023

  • curprev 07:0307:03, 22 December 2023Tayfunwiki talk contribs 1,952 bytes +1,952 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