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
  • 15:20, 19 December 2023 Tayfunwiki talk contribs created page Age (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