#include <SfLps.h>
Inheritance diagram for SfArtifactList::
Public Methods | |
SfVector & | Bounds (void) |
Returns the bounds of the artifacts in the artifact list The bounds are set from the most recent world file read in. | |
Static Public Methods | |
SfArtifactList * | current () |
Artifact list. |
All artifacts objects, when created, put themselves onto the global artifact list; and they remove themselves when destroyed. User programs should not explicitly add or delete artifacts from this list. To stop an artifact from drawing, using the visible flag. User programs can request several facts about the artifact list, including its current bounds, which is set when a world is read in. They can also request the artifact list itself, to cycle through the artifacts.