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:27, 4 January 2024 Tayfunwiki talk contribs created page IM.SetVariable (Created page with "== <code>SetVariable</code> and <code>SetVariable<T></code> Methods in IM Class == === Overview === The <code>SetVariable</code> methods in the IM class are designed to set the value of a public variable. There are two versions: a non-generic version for general use, and a generic version that returns the updated variable cast to a specific type <code>T</code>. === Syntax === <syntaxhighlight lang="c#"> public static void SetVariable(string varNameOrId, object value) p...") Tag: Visual edit