Description:
Collects workshop IDs from installed addons and registered modules.
Realm:
Server
Returns:
ids (table) – Table of workshop IDs to download.
Example Usage:
-- This snippet demonstrates a common usage of lia.workshop.gather
local ids = lia.workshop.gather()
Description:
Sends the collected workshop IDs to a connecting player.
Parameters:
ply (Player) – Player to send the download list to.
Realm:
Server
Returns:
None
Example Usage:
-- This snippet demonstrates a common usage of lia.workshop.send
lia.workshop.send(ply)