csPluginPath Struct Reference
[Utilities]
This structure contains information about a plugin path.
More...
#include <syspath.h>
Public Attributes | |
| char * | path |
| The actual path. | |
| char * | type |
| "Type" of the directory (e.g. app, crystal ...) | |
| bool | scanRecursive |
| Whether this path should be recursively scanned for plugins. | |
Detailed Description
This structure contains information about a plugin path.
Definition at line 134 of file syspath.h.
Member Data Documentation
|
|
The actual path. Has to be allocated with csStrNew() or new[]. |
|
|
Whether this path should be recursively scanned for plugins.
|
|
|
"Type" of the directory (e.g. app, crystal ...)
|
The documentation for this struct was generated from the following file:
- csutil/syspath.h
Generated for Crystal Space by doxygen 1.2.18
