param – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!-- CONTINUE Notes --> <dl class="command_description"> <dd class="notedate">Posted on Jan 30, 2017 - 18:55 (UTC)</dd> <dt class="note">Pierre MGI</dt> <d...")
 
No edit summary
Line 11: Line 11:
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->
:: >// private is implicit <- No it is not. [[User:Killzone Kid|Killzone Kid]] ([[User talk:Killzone Kid|talk]]) 08:02, 31 January 2017 (CET)

Revision as of 09:02, 31 January 2017

Posted on Jan 30, 2017 - 18:55 (UTC)
Pierre MGI
Not sure there is an added value to write: private _pos = param [0, [0,0,0], [objNull, []], [2,3]];
instead of :
_pos = param [0, [0,0,0], [objNull, []], [2,3]]; // private is implicit
>// private is implicit <- No it is not. Killzone Kid (talk) 08:02, 31 January 2017 (CET)