Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Ardenfall Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:35, 29 July 2026 Joshcamas talk contribs created page Creating UI (Created page with "Creating new UI elements is for now, quite simple. More complex UI features will be coming later. == Event Message == Event Message is text that appears on the top left of the screen. Can appear at any time in gameplay and in most menus. Messages will stack, and only a handful will appear at a time. === ShowMessage === Displays the message<syntaxhighlight lang="c#">//Shows a simple text message. Will play a sound, and will stack. EventMessageInfoUI.ShowMessage(string m...") Tag: Visual edit