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
  • 08:02, 22 December 2023 Tayfunwiki talk contribs created page Variables (Created page with "== <code>Variables</code> Property in Actor Class == === Overview === The <code>Variables</code> property in the <code>Actor</code> class is a collection that stores private variables associated with the actor. This property plays a key role in managing dynamic data specific to each actor within the game. === Syntax === <syntaxhighlight lang="c#"> [SerializeReference] public List<NVar> Variables = new List<NVar>(); </syntaxhighlight> === Description === * Property Ty...") Tag: Visual edit