API:ISpeciesManager

From Wiketomica

Jump to: navigation, search
API Home Participants API Discussion Demos Downloads Documentation Contact Us Acknowledgements

ISpeciesManager

Purpose

Proposed Interface

interface ISpeciesManager {

    void removeSpecies(in ISpecies species);

    void addSpecies(in ISpecies species);

    void boxAddedNotify(in IBox box);

    readonly attribute int speciesCount;

    void getSpecies(in int index);

} 
Personal tools