netObjNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.00|= Game version ____________________...")
 
m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}")
 
(20 intermediate revisions by 4 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 object. This value is not equal to anything, including itself |= Description
|gr2= Variables
____________________________________________________________________________________________


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


|p1= myNetObject: [[Object]] |= Parameter 1
|s1= [[netObjNull]]


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


|x1= -


|x1= <code>myNetObject == '''netObjNull''' // Returns false</code> |= EXAMPLE1
|seealso= [[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