Kronzky/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "<dt class="note">'''\[\[(.*)\]\]'''<\/dt>" to "<dt class="note">$1</dt>")
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=Bug of Feature?=
===Command Notes Syntax===
 
<pre><nowiki><dd class="notedate">Posted on mmm dd, yyy</dd>
==Introduction==
<dt class="note">[[User:Kronzky|Kronzky]]</dt>
At times it might not be quite clear whether certain features or behaviours are bugs, planned features, engine limitations, or just false expectations due to confusing documention.
<dd class="note">blahblahblah</dd></nowiki></pre>
 
For those cases, this list has been created.
 
If you come across features where one of the above criteria might apply, put it here first, and then, once it has been determined to be a true bug, it will then be moved to the official bug list.
 
__NOTOC__
 
==General Issues==
 
==AI Issues==
 
==Audio Issues==
 
==Collision Issues==
 
==Control Issues==
 
==Editing & Scripting==
* [[exit]] doesn't terminate an SQF script. While this may have to do with the asynchronicity of SQF files, it sure would be handy to have an "exit" that works on them. [1.02] --[[User:Kronzky|Kronzky]] 00:17, 16 January 2007 (CET)
* [[countEnemy]] only counts units that are already known to the inquiring unit. That means this command can't be used before the "battles" actually start (or to determine the alignment of resistance units). [1.02] --[[User:Kronzky|Kronzky]] 00:17, 16 January 2007 (CET)
* Variables introduced inside of control structures are lost after exiting that structure (i.e. <tt>if (alive player) then {_living=true};</tt> would return an undefined variable <tt>_living</tt> after the test. If the variable has been introduced ''before'' the test though, the new, updated value ''will'' be available after exiting the control structure. [1.02] --[[User:Kronzky|Kronzky]] 00:17, 16 January 2007 (CET)
 
==Island & Object Issues==
 
==Mission Issues==
 
==Multi Player Issues==
 
==Dedicated Server Issues==
 
==Performance Issues==
 
==Physics Issues==
 
==Units/Vehicles==
 
==Visual Issues==
 
==Weapons==
 
<!-- [[Category:ArmA: Troubleshooting|Bugs list]] -->
 


[[Category:Sandbox]]
[[Category:Sandbox]]

Latest revision as of 20:17, 17 May 2020

Command Notes Syntax

<dd class="notedate">Posted on mmm dd, yyy</dd>
<dt class="note">[[User:Kronzky|Kronzky]]</dt>
<dd class="note">blahblahblah</dd>