Go to: Synopsis. Return value. MEL examples.
isTrue
<condition name>
isTrue is undoable, queryable, and editable.
This commmand returns the state of the named condition. If the condition is true, it returns 1. Otherwise it returns 0.None
In query mode, return type is based on queried flag.
isTrue SomethingSelected; // Result: 1 //