Difference between revisions of "Opts"

From Wiki
Jump to: navigation, search
 
m
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #tileType ==
+
== #opts ==
 
'''Result System Variables'''
 
'''Result System Variables'''
 
=== Description ===
 
=== Description ===
 
{{ro}}
 
{{ro}}
  
The #opt system variable displays which EasyUO configuration options are active.
+
The #opts system variable displays which EasyUO configuration options are active.
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"

Revision as of 14:00, 9 August 2005

#opts

Result System Variables

Description

The #opts system variable displays which EasyUO configuration options are active.

Table of #opt values
Value Option
SOT Stay On Top
SYS event SysMessage
DMC Don't Move Cursor
EXEC Allow Execute
SEND Allow Send

Example


if DMC notin #opts 
{ 
	display ok This script requires "Don't move cursor" enabled!$ 
+Enable this option in the EasyUO Tools menu and restart the script.$ 
	halt 
}

See Also


Main_Page Documentation Result System Variables