netObjNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Fix description as the command only returns false)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| A non existing network object. Not used in scripting anywhere in game. |DESCRIPTION=
| A non-existing network object. '''NetObject''' data type was never implemented in {{arma3}}. {{Template:arma3-obsolete}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[netObjNull]] |SYNTAX=
| [[netObjNull]] |SYNTAX=


| [[NetObject]] |RETURNVALUE=
| [[Boolean]] - always returns [[false]] |RETURNVALUE=
 
 
|x1= <code> [[netObjNull]] == [[netObjNull]]; {{cc|Returns false}}</code> |EXAMPLE1=
 
|x2= <code> [[netObjNull]] [[isEqualTo]] [[netObjNull]]; {{cc|Returns true}}</code> |EXAMPLE2=
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[objNull]]  |SEEALSO=
|x1= - |EXAMPLE1=


| |MPBEHAVIOUR=
| [[objNull]] |SEEALSO=
}}
}}


Line 33: Line 28:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 16:35, 25 May 2020

Hover & click on the images for description

Description

Description:
A non-existing network object. NetObject data type was never implemented in Arma 3. Template:arma3-obsolete
Groups:
Uncategorised

Syntax

Syntax:
netObjNull
Return Value:
Boolean - always returns false

Examples

Example 1:
-

Additional Information

See also:
objNull

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section