Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csCollection Class Reference

A collection object is for conveniance of the script language. More...

#include <cscoll.h>

Inheritance diagram for csCollection:

csObject iObject iBase List of all members.

Public Methods

 csCollection (csEngine *engine)
 Create a new csCollection with the given name.

iObjectFindObject (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.

iObjectoperator[] (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