SQS to SQF conversion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
Line 2: Line 2:
* Every command have to be ended with semicolon.
* Every command have to be ended with semicolon.
* Cycles with the While-Do structure are limited to 10 000 loops.
* Cycles with the While-Do structure are limited to 10 000 loops.
* SQF can return a variable, where SQS cannot.


==Replacing==
==Replacing==

Revision as of 21:53, 1 March 2007

What's different in SQF

  • Every command have to be ended with semicolon.
  • Cycles with the While-Do structure are limited to 10 000 loops.
  • SQF can return a variable, where SQS cannot.

Replacing

Comment

Template:Box File Template:Box File

Condition

Template:Box File Template:Box File

Delay

Template:Box File Template:Box File

Command with condition

Template:Box File Template:Box File

Structured command with condition

Template:Box File Template:Box File

Cycle

Template:Box File Template:Box File

Cycle with step

Template:Box File Template:Box File

Structured command with conditions

Template:Box File Template:Box File