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:47, 24 December 2023 Tayfunwiki talk contribs created page GetCompatibleSchemes (Created page with "== <code>GetCompatibleSchemes</code> Method in Actor Class == === Overview === The <code>GetCompatibleSchemes</code> method is used to list all the schemes that an actor can initiate against a specific target. This function is essential in games where strategizing against other characters is a key element of gameplay. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Scheme> GetCompatibleSchemes(Actor target) </syntaxhighlight> === Parameters === * target...") Tag: Visual edit