isEqualTypeAll: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "{{HashLink" to "{{Link") |
||
Line 9: | Line 9: | ||
|descr= Compares types of all elements of an array to the type of a single value. Since Arma 3 v2.09.149634 no additional check is needed to make sure the first argument is an [[Array]]. | |descr= Compares types of all elements of an array to the type of a single value. Since Arma 3 v2.09.149634 no additional check is needed to make sure the first argument is an [[Array]]. | ||
{{Feature|important|An empty array will return {{hl|[[false]]}} (see {{ | {{Feature|important|An empty array will return {{hl|[[false]]}} (see {{Link|#Example 2}}).}} | ||
|s1= arr [[isEqualTypeAll]] val | |s1= arr [[isEqualTypeAll]] val |
Revision as of 17:44, 4 January 2023
Description
- Description:
- Compares types of all elements of an array to the type of a single value. Since Arma 3 v2.09.149634 no additional check is needed to make sure the first argument is an Array.
- Groups:
- VariablesArrays
Syntax
- Syntax:
- arr isEqualTypeAll val
- Parameters:
- arr: Array (Anything Since Arma 3 v2.09.149634)
- val: Anything
- Return Value:
- Boolean
Examples
- Example 1:
- Example 2:
- [] isEqualTypeAll ""; // false [""] isEqualTypeAll ""; // true
Additional Information
- See also:
- isEqualTypeArray isEqualTypeAny isEqualType isEqualTypeParams param params isEqualTo typeName
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