IM.GetCompatibleSchemes: 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.

4 January 2024

  • curprev 16:3216:32, 4 January 2024Tayfunwiki talk contribs 2,477 bytes +2,477 Created page with "== <code>GetCompatibleSchemes</code> Method in IM Class == === Overview === The <code>GetCompatibleSchemes</code> method in the IM class provides a list of schemes that an actor, identified as the conspirator, can initiate against a target. === Syntax === <syntaxhighlight lang="c#"> public static IEnumerable<Scheme> GetCompatibleSchemes(Actor conspirator, Actor target = null) </syntaxhighlight> === Parameters === * <code>conspirator</code>: The <code>Actor</code> obj..." Tag: Visual edit