Variables: 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.

22 December 2023

  • curprev 07:0207:02, 22 December 2023Tayfunwiki talk contribs 2,360 bytes +2,360 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