param – Talk

From Bohemia Interactive Community
Revision as of 02:47, 31 January 2017 by PierreMGI (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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