Difference between revisions of "Category:Commands"
imported>MofoMojo |
imported>MofoMojo |
||
Line 54: | Line 54: | ||
[[Category: Scripting]] | [[Category: Scripting]] | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[ | [[List_of_command_appearances_in_scripts]] |
Revision as of 22:21, 14 April 2006
scriptname ScriptName
begin [block type]
; comment
short varNameShort
long varNameLong
float varNameFloat
ref varNameRef
set varName to 5
if ( varName > 100 ) ; greater than
elseif ( varName < 20 ) ; less than
else
endif
if ( varName == x ) ; equals
if ( varName != x ) ; not equal to
if ( varName >= x ) ; greater than or equal to
if ( varName <= x ) ; less than or equal to
if ( var1 == 1 ) && ( var2 == 1 ) ; logical and
if ( var1 == 1 ) || ( var2 == 1 ) ; logical or
return ; exits the script -- no lines following will be processed
set objectID.varName to 100
objectID.getav health List_of_command_appearances_in_scripts
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "Commands"
The following 11 pages are in this category, out of 11 total.