camPreload: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 70415 by Str_bi_wiki on 2013-03-25T10:44:41Z)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Preload the scene for the prepared camera. Time gives timeout, zero means no (infinite) timeout. |= Description
| Preload the scene for the prepared camera. Time gives timeout, zero means no (infinite) timeout. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| camera '''camPreload''' time |= Syntax
| camera '''camPreload''' time |SYNTAX=


|p1= camera: [[Object]] |= Parameter 1
|p1= camera: [[Object]] |PARAMETER1=


|p2= time: [[Number]] |= Parameter 2
|p2= time: [[Number]] |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code> _camera '''camPreload''' 5 </code> |= Example 1
|x1= <code> _camera '''camPreload''' 5 </code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[camPreloaded]], [[preloadCamera]] |= See also
| [[camPreloaded]], [[preloadCamera]] |SEEALSO=


}}
}}

Revision as of 15:34, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Preload the scene for the prepared camera. Time gives timeout, zero means no (infinite) timeout.
Groups:
Uncategorised

Syntax

Syntax:
camera camPreload time
Parameters:
camera: Object
time: Number
Return Value:
Nothing

Examples

Example 1:
_camera camPreload 5

Additional Information

See also:
camPreloadedpreloadCamera

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