camConstuctionSetParams: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Reverted to revision 89048 by krzmbrzl on 2015-05-02T16:56:15Z) |
m (template:command argument fix) |
||
Line 12: | Line 12: | ||
| camera '''camConstuctionSetParams''' <nowiki>[[x,y,z], radius, maxAboveLand]</nowiki> |= Syntax | | camera '''camConstuctionSetParams''' <nowiki>[[x,y,z], radius, maxAboveLand]</nowiki> |= Syntax | ||
|p1= camera: [[Object]] |= | |p1= camera: [[Object]] |PARAMETER1= | ||
|p2= <nowiki>[[x,y,z], radius, maxAboveLand]</nowiki>: [[Array]] |= | |p2= <nowiki>[[x,y,z], radius, maxAboveLand]</nowiki>: [[Array]] |PARAMETER2= | ||
|p3= [x,y,z]: [[Position]] |= | |p3= [x,y,z]: [[Position]] |PARAMETER3= | ||
|p4= radius: [[Number]] |= | |p4= radius: [[Number]] |PARAMETER4= | ||
|p5= maxAboveLand: [[Number]] |= | |p5= maxAboveLand: [[Number]] |PARAMETER5= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>_camera [[camConstuctionSetParams]] <nowiki>[</nowiki>[[getPos]] [[player]], 50, 20];</code>|= | |x1= <code>_camera [[camConstuctionSetParams]] <nowiki>[</nowiki>[[getPos]] [[player]], 50, 20];</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[camCreate]], [[cameraEffect]] |= | | [[camCreate]], [[cameraEffect]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:29, 7 April 2019
Description
- Description:
- Sets construction camera parameters. To work with "camconstruct" object.
- Groups:
- Uncategorised
Syntax
- Syntax:
- camera camConstuctionSetParams [[x,y,z], radius, maxAboveLand]
- Parameters:
- camera: Object
- [[x,y,z], radius, maxAboveLand]: Array
- [x,y,z]: Position
- radius: Number
- maxAboveLand: Number
- Return Value:
- Nothing
Examples
- Example 1:
_camera camConstuctionSetParams [getPos player, 50, 20];
Additional Information
- See also:
- camCreatecameraEffect
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