netObjNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}")
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Broken Commands
____________________________________________________________________________________________


| A non existing network object. Not used in scripting anywhere in game. |DESCRIPTION=
|gr2= Variables
____________________________________________________________________________________________


| '''netObjNull'''|SYNTAX=
|descr= A non-existing network object. {{Feature|informative|'''NetObject''' data type was never implemented in {{arma3}} - this command always returns [[false]].}}


| [[NetObject]]   |RETURNVALUE=
|s1= [[netObjNull]]


|r1= [[Boolean]] - always returns [[false]]


|x1= <code> [[netObjNull]] == [[netObjNull]] // Returns false</code> |EXAMPLE1=
|x1= -
|x2= <code> [[netObjNull]] [[isEqualTo]] [[netObjNull]] // Returns true</code> |EXAMPLE1=


____________________________________________________________________________________________
|seealso= [[objNull]]
 
|[[objNull]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<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}}}}]]

Latest revision as of 19:12, 15 March 2024

Hover & click on the images for description

Description

Description:
A non-existing network object.
NetObject data type was never implemented in Arma 3 - this command always returns false.
Groups:
Broken CommandsVariables

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