 |
ALPHA-VISION® Jobs: RemoveDamageBorder
|
RemoveDamageBorder
SUMMARY
RemoveDamageBorder
SYNTAX
RemoveDamageBorder(
<cursor>)
ARGUMENTS
- cursor (type:string)
-
The filename relative to the project directroy of the cursor to be shown.
The file must be in the project directory or in a subfolder.
Animated cursors are also possible.
DESCRIPTION
The job expects a click in a room with an existing damage border.
The damage borders of the room will be removed.
In case of more than one damage border in a room, following priority applies:
FireBorder (will be removed first) - WaterBorder - CoolingBorder - ABCBorder (will be removed at last)
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times