Logical UI directives

From GECK
(Redirected from And)
Jump to: navigation, search

These directives are a series of traits that performs logical functions on an element in a user interface XML block.

  • And - performs conjunction (logical AND).
  • Or - performs disjunction (logical OR).
  • Not - performs negation (logical NOT).

Example

 <or src="ReticleCenter" trait="visible"/> 
 <and> <copy src="me()" trait="target"/> <and> 

See Also