g-ace icon indicating copy to clipboard operation
g-ace copied to clipboard

VFS Addon system

Open wyozi opened this issue 9 years ago • 0 comments

Call filenode:Require("lua-autorun"). Returns a promise that then gives an addon object.

Addon node should be cached in Node.Addons. Addon is initialized on Require on serverside. On clientside (NetFile/NetFolder) the addons serverside file has and are networkable are intiialized immediately on clientside netfile initialization. Node could contain some kind of AddonData thing that stores networked node params.

wyozi avatar Jan 11 '15 16:01 wyozi