SearchPath#
(Search Path)
- Default object name:
search_path
- Inherits from: ProjectItem
Description#
Object containing root paths.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
string |
project_paths |
VISUAL_HINT_DEFAULT |
Root paths list, separated by ';' characters. |
CID#
class "SearchPath" "ProjectItem" {
#version 0.92
icon "../icons/object_icons/search_path.iconrc"
doc "Object containing root paths."
aliases "ProjectSearchPath"
attribute_group "paths" {
string "project_paths" {
doc "Root paths list, separated by \';\' characters."
value ""
}
}
}