All public logs

Jump to navigation Jump to search

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

Logs
  • 21:40, 18 October 2023 Bear talk contribs created page Engine:CCMD lua.exit (Created page with "{{dev/uiccmd}} Creates a new variable in the current context, if doesn't exist. If exists is ignored. <kua>lua exit</kua> == Arguments == * none == Details == Used in the 'lua' context to exit the context, as the 'context' command is not available. Will switch to the 'global' context when run. == Examples == === Default values === * Enters 'lua' context, runs command, switches contexts back. <kua> > context global > context lua > print(1 + 2) 3 > exit > context global...")