Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602)

This commit is contained in:
Alex Szpakowski
2013-05-03 04:04:44 -03:00
parent 3bf43dadd8
commit 4c616e409b
26 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ int w_Channel_supply(lua_State *L);
int w_Channel_pop(lua_State *L);
int w_Channel_demand(lua_State *L);
int w_Channel_peek(lua_State *L);
int w_Channel_count(lua_State *L);
int w_Channel_getCount(lua_State *L);
int w_Channel_clear(lua_State *L);
extern "C" int luaopen_channel(lua_State *L);