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:13, 22 December 2023 Tayfunwiki talk contribs created page FullName (Created page with "== <code>FullName</code> Property in Actor Class == === Overview === The <code>FullName</code> property in the <code>Actor</code> class is used to retrieve the complete and formal name of the actor, typically formatted to include the actor's role title, given name, and family name. === Syntax === <syntaxhighlight lang="c#"> public string FullName { get { // logic to construct the full name } } </syntaxhighlight> === Description === * Property Type: <c...") Tag: Visual edit