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

19 December 2023

  • curprev 15:2315:23, 19 December 2023Tayfunwiki talk contribs 1,844 bytes +18 No edit summary Tag: Visual edit
  • curprev 15:2015:20, 19 December 2023Tayfunwiki talk contribs 1,826 bytes +1,826 Created page with " == <code>Age</code> Property in Actor Class == === Overview === The <code>Age</code> property within the <code>Actor</code> class serves to provide the age of an actor, an essential attribute in many game scenarios. === Syntax === <syntaxhighlight lang="c#"> /// <summary> /// Gets the age of the actor. /// </summary> public int Age { get; protected set; } </syntaxhighlight> === Description === * Property Type: <code>int</code>. This property is an integer representi..." Tag: Visual edit