mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602)
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
Variant *pop();
|
||||
Variant *demand(); // blocking pop
|
||||
Variant *peek();
|
||||
int count();
|
||||
int getCount();
|
||||
void clear();
|
||||
|
||||
void retain();
|
||||
|
||||
Reference in New Issue
Block a user