Concord/fluid
Josh Perry 54af717df8 Fix for Entity:has not returning false if the component doesn't exist
The documentation states that Entity:has will return false if the component doesn't exist and true if it does.
However, the previous behaviour was to return nil if the component doesn't exist.
2018-03-13 14:30:25 +00:00
..
component.lua Holy shit I just wrote documentation 2018-03-07 11:05:30 +01:00
entity.lua Fix for Entity:has not returning false if the component doesn't exist 2018-03-13 14:30:25 +00:00
init.lua Holy shit I just wrote documentation 2018-03-07 11:05:30 +01:00
instance.lua proper capitalization is important 2018-03-09 15:40:43 +01:00
list.lua Cleaned up lists 2018-03-09 15:39:02 +01:00
pool.lua Holy shit I just wrote documentation 2018-03-07 11:05:30 +01:00
system.lua Reverted a small whoopsie with Entity removal 2018-03-07 11:08:00 +01:00