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
  • 07:44, 24 December 2023 Tayfunwiki talk contribs created page SetState (Created page with "== <code>SetState</code> Method in Actor Class == === Overview === The <code>SetState</code> method allows for setting the state of an actor, indicating whether they are alive or deceased. This function is fundamental in games where the status of characters significantly impacts the gameplay, story progression, or character interactions. === Syntax === <syntaxhighlight lang="c#"> public void SetState(IState state, bool noninheritor = false) </syntaxhighlight> === Para...") Tag: Visual edit