Revision history of "Objects"

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 17:11, 20 February 2023Darkfrei (talk | contribs). . (455 bytes) (+455). . (Created page with "You can create own classes and make objects like: <source lang="lua"> -- objects.lua local Objects = {} function Objects:new(obj) obj = obj or {} setmetatable(obj, self)...")