camPreloaded: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?]]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 9: Line 8:




____________________________________________________________________________________________


| Checks whether the camera has finished preloading. |DESCRIPTION=
| Checks whether the camera has finished preloading. |DESCRIPTION=
____________________________________________________________________________________________


| [[Boolean]] <nowiki>=</nowiki> '''camPreloaded''' camera |SYNTAX=
| [[Boolean]] <nowiki>=</nowiki> '''camPreloaded''' camera |SYNTAX=
Line 19: Line 16:


| [[Boolean]] |RETURNVALUE=
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code> '''?(camPreloaded''' _camera) : exit </code> |EXAMPLE1=
|x1= <code> '''?(camPreloaded''' _camera) : exit </code> |EXAMPLE1=
____________________________________________________________________________________________


| [[cameraEffect]], [[camCreate]], [[camCommit]] |SEEALSO=
| [[cameraEffect]], [[camCreate]], [[camCommit]] |SEEALSO=

Revision as of 01:18, 17 January 2021

Hover & click on the images for description

Description

Description:
Checks whether the camera has finished preloading.
Groups:
Camera Control

Syntax

Syntax:
Boolean = camPreloaded camera
Parameters:
camera: Object
Return Value:
Boolean

Examples

Example 1:
?(camPreloaded _camera) : exit

Additional Information

See also:
cameraEffectcamCreatecamCommit

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