Skip to content

onAddonMounted

Andrew McWatters edited this page Apr 19, 2020 · 16 revisions

onAddonMounted() Shared

The onAddonMounted callback is ran when an add-on is mounted during engine initialization or by using addon.mount().

Source

game/init.lua

Parameters

Name Type Description
addon string Add-on that was mounted
Clone this wiki locally