Im getting some trouble debugging this, for some weird reason when I call my function the attibutes come into the function in the wrong order
im calling the function clases.manzana:create(love.mouse.getX,love.mouse.getY, sometable)
and if I print those values inside the function, the first attribute is the table, the second is the x position and the third is the Y position.
[screenshot here]
http://postimg.org/image/59qlmf387/full/
Im really confused, I tried changing the names of the variables to see if it was some scope issue or something, but it didnt work :/
function attributes in the wrong order?
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: function attributes in the wrong order?
You've defined the function "create" with a period ( . ), but are calling it with a colon ( : ). Use one or the other, and be consistent.
If you wish to know what these markings mean individually, here's some more info.
If you wish to know what these markings mean individually, here's some more info.
Re: function attributes in the wrong order?
We need to see classes.mananza:create to really help you. Or a .love, preferably.
GitHub | MLib - Math and shape intersections library | Walt - Animation library | Brady - Camera library with parallax scrolling | Vim-love-docs - Help files and syntax coloring for Vim
Re: function attributes in the wrong order?
thanks Kingdaro!
now I understand what was happening.
now I understand what was happening.
Who is online
Users browsing this forum: Google [Bot] and 2 guests