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
  • 16:37, 4 January 2024 Tayfunwiki talk contribs created page IM.IsPlayer (Created page with "== <code>IsPlayer</code> Method in IM Class == === Overview === The <code>IsPlayer</code> method in the IM class is used to determine if a given actor is currently the player in the game. === Syntax === <syntaxhighlight lang="c#"> public static bool IsPlayer(Actor actor) </syntaxhighlight> === Parameters === * <code>actor</code>: The <code>Actor</code> object to be checked. === Functionality === * This method compares the provided <code>Actor</code> object with the...") Tag: Visual edit