WhileStringTest Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Location
- Namespace
- Fuse.Triggers
- Package
- Fuse.Triggers 2.9.1
Possible Values
- None
-
No logical test is done
- IsEmpty
-
The string value is of 0-length
- IsNotEmpty
-
The string value is not empty, at least 1 long
- Equals
-
The string value is equal to
Compare
- Contains
-
The string value contains
Compare
Interface of WhileStringTest
Contains : WhileStringTest uno
The string value contains Compare
Equals : WhileStringTest uno
The string value is equal to Compare
HasFlag(WhileStringTest) : bool uno
IsEmpty : WhileStringTest uno
The string value is of 0-length
IsNotEmpty : WhileStringTest uno
The string value is not empty, at least 1 long
None : WhileStringTest uno
No logical test is done