Skip to end of metadata
Go to start of metadata

Introduced in |
Version: | 1.19 |
---|
Description |
Description: | Sets the default scope for the specified Editor Object type. Does not affect already created Editor Objects. |
---|
Syntax |
Syntax: | map setEditorTypeScope [objectType, scope] |
---|
Parameters: | - map: Control - Map control.
- objectType: String - Editor Object type.
- scope: String - Can be:
- "All": You can do anything with the given Editor Objects.
- "AllNoCopy": You cannot copy the given Editor Objects.
- "AllNoDrag": You cannot drag the given Editor Objects.
- "AllNoTree": The given edObjs won't be visible in the Object Tree (upper right tab in OME/RTE)
- "AllNoCopyNoTree": You can't copy the given edObjs and they won't be in the tree (since 1.22)
- "AllNoCopyNoTreeNoEdit": You can't copy or edit the given edObjs and they won't be visible in the tree (since 1.22)
- "Hide": The given edObjs won't be visible at all (and by that, you won't be able to change them in any way)
- "LinkTo": You can only link to the given edObjs
- "LinkFrom": You can only link from the given edObjs
- "Select": You can only select the given edObjs
- "View": The given edObjs will only be visible, no changes possible
|
---|
Return Value: | Nothing |
---|
|
Examples: | _map setEditorTypeScope ["marker","VIEW"]; |
---|
|
See also: | setDefaultScope, setEditorObjectScope |
---|
Multiplayer: |
|
---|
Problems: |
|
---|