iVosA3DL Struct Reference
This is the initial component you retrieve from the registry to access the VOS A3DL plugin. More...
#include <vosa3dl.h>
Inheritance diagram for iVosA3DL:

Public Methods | |
virtual csRef< iVosSector > | GetSector (const char *)=0 |
Get a VOS sector given a VOS URL (such as "vop://interreality.org/world") for a sector object. |
Detailed Description
This is the initial component you retrieve from the registry to access the VOS A3DL plugin.Here's how to get it:
csInitializer::RequestPlugins (object_reg, ... CS_REQUEST_PLUGIN("crystalspace.network.vos.a3dl", iVosA3DL), ... CS_REQUEST_END) ... csRef<iVosA3DL> vosa3dl = CS_QUERY_REGISTRY (object_reg, iVosA3DL);
Definition at line 81 of file vosa3dl.h.
Member Function Documentation
|
Get a VOS sector given a VOS URL (such as "vop://interreality.org/world") for a sector object. Doesn't load it (call iVosSector::Load() to do that).
|
The documentation for this struct was generated from the following file:
- inetwork/vosa3dl.h
Generated for Crystal Space by doxygen 1.2.18