Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Torhal
Forum: Lua/XML Help 07-13-10, 11:30 PM
Replies: 20
Views: 28,715
Posted By Torhal
You are also needlessly complicating your...

You are also needlessly complicating your code:


function CreateText(name,text,x,y,parent,w,h,relativeto,relativepoint)

Parent = parent


local Name = name
local TextX = x
Forum: Lua/XML Help 07-13-10, 09:48 AM
Replies: 20
Views: 28,715
Posted By Torhal
Also: Creating variables to hold arguments...

Also:

Creating variables to hold arguments instead of using the arguments directly is o.O...
Showing results 1 to 2 of 2