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
  • 12:02, 19 December 2023 Tayfunwiki talk contribs created page State (Created page with "== <code>State</code> Property in Actor Class == === Overview === The <code>State</code> property in the <code>Actor</code> class is responsible for indicating the current state of an actor within the game, specifying whether they are alive (Active) or dead (Passive). === Syntax === <syntaxhighlight lang="c#"> /// <summary> /// Gets the state of the actor, either Passive (Dead) or Active (Alive). /// </summary> public IState State { get; protected set; } </syntaxhighli...") Tag: Visual edit