Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 897: Line 897:
text1 = 'Methods use the dot "." operator in JS and Squirrel, or the colon operator ":" in Lua.'
text1 = 'Methods use the dot "." operator in JS and Squirrel, or the colon operator ":" in Lua.'
end
end
rows[1] = { "<span style=\"font-family: 'Source Code Pro', monospace;\">"..p.properCase(parts[1]).."</span>", "Object", "GTAC Types: Userdata type in Lua and Squirrel, or Object type in JS." }
rows[1] = { "<span style=\"font-family: 'Source Code Pro', monospace;\">"..p.properCase(parts[1]).."</span>", "Object", "Userdata type in Lua and Squirrel, or Object type in JS." }
rows[2] = { "<span style=\"font-family: 'Source Code Pro', monospace;\">"..parts[2].."</span>", p.properCase(args.type), text1 }
rows[2] = { "<span style=\"font-family: 'Source Code Pro', monospace;\">"..parts[2].."</span>", p.properCase(args.type), text1 }
end
end
6,833

edits