
|
Main Page Class Hierarchy Compound List File List Compound Members
csCollection Class ReferenceA collection object is for conveniance of the script language.
More...
#include <cscoll.h>
Inheritance diagram for csCollection:
List of all members.
Public Methods |
| csCollection (csEngine *engine) |
| Create a new csCollection with the given name.
|
iObject* | FindObject (char *name) |
| Find an object with the given name inside this collection.
|
int | GetObjectCount () const |
| Get the number of objects in this collection.
|
void | AddObject (iObject *obj) |
| Add an object to the collection.
|
iObject* | operator[] (int i) |
Public Attributes |
| SCF_DECLARE_IBASE |
csCollection::Collection | scfiCollection |
Friends |
class | Collection |
Detailed Description
A collection object is for conveniance of the script language.
It simply groups objects which are related in some way.
The documentation for this class was generated from the following file:
Generated for Crystal Space by
doxygen
1.2.5 written by
Dimitri van Heesch,
©1997-2000
|