Search found 2 matches
- Tue Dec 23, 2014 8:26 pm
- Forum: Support and Development
- Topic: Issue with Tables : Length returns nil
- Replies: 2
- Views: 2536
Re: Issue with Tables : Length returns nil
Wow, thanks. I had no idea I was referencing that wrong. Thanks again.
- Tue Dec 23, 2014 10:22 am
- Forum: Support and Development
- Topic: Issue with Tables : Length returns nil
- Replies: 2
- Views: 2536
Issue with Tables : Length returns nil
I'm working on a shoot-em-up style game in Love and have run into an issue with Tables, when I try to add a bullet to my table of bullets the project errors and it says that the length of field is nil the problem seems to focus around this block of code. The problematic code is within a class writte...