isSimpleObject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Object Manipulation |GROUP1= | |gr1= Object Manipulation |GROUP1= | ||
|Returns [[true]] if given object is [[createSimpleObject|simple object]]|DESCRIPTION= | |Returns [[true]] if given object is [[createSimpleObject|simple object]]|DESCRIPTION= | ||
| '''isSimpleObject''' object |SYNTAX= | | '''isSimpleObject''' object |SYNTAX= | ||
Line 17: | Line 14: | ||
| [[Boolean]] |RETURNVALUE= | | [[Boolean]] |RETURNVALUE= | ||
|x1= <code>_isSimple = [[isSimpleObject]] _obj1;</code> |EXAMPLE1= | |x1= <code>_isSimple = [[isSimpleObject]] _obj1;</code> |EXAMPLE1= | ||
| [[createSimpleObject]], [[allSimpleObjects]], [[nearestObjects]], [[nearObjectsReady]], [[nearObjects]], [[nearestObject]] |SEEALSO= | | [[createSimpleObject]], [[allSimpleObjects]], [[nearestObjects]], [[nearObjectsReady]], [[nearObjects]], [[nearestObject]] |SEEALSO= |
Revision as of 01:38, 17 January 2021
Description
- Description:
- Returns true if given object is simple object
- Groups:
- Object Manipulation
Syntax
Examples
- Example 1:
_isSimple = isSimpleObject _obj1;
Additional Information
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