![]() |
Public API Reference |
#include <cscoll.h>
Inheritance diagram for csCollection:
Public Methods | |
csCollection (csEngine *engine) | |
Create a new csCollection with the given name. More... | |
iObject * | FindObject (char *name) |
Find an object with the given name inside this collection. More... | |
int | GetObjectCount () const |
Get the number of objects in this collection. More... | |
void | AddObject (iObject *obj) |
Add an object to the collection. More... |
It simply groups objects which are related in some way.
Definition at line 36 of file cscoll.h.
|
Create a new csCollection with the given name.
|
|
Add an object to the collection.
Definition at line 66 of file cscoll.h. References csRefArray::Push. |
|
Find an object with the given name inside this collection.
|
|
Get the number of objects in this collection.
Definition at line 63 of file cscoll.h. References csRefArray::Length. |