BIS fnc sceneGetPositionByAngle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *arma2 * * *\| *([0-1]\.[0-9]{2}) * \|game2" to "|game1= arma2 |version1= $1 |game2")
m (Text replacement - " \[\[Category:\{\{Name|[a-z0-9]+\}\}: Functions\|\{\{uc:[a-zA-Z0-9]+\}\}\]\]" to "")
Line 35: Line 35:
}}
}}


 
||||
[[Category:{{Name|arma2}}: Functions|{{uc:sceneGetPositionByAngle}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:sceneGetPositionByAngle}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:sceneGetPositionByAngle}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:sceneGetPositionByAngle}}]]

Revision as of 00:00, 17 June 2021

Hover & click on the images for description

Description

Description:
/*******************************************************************************
 *
 *	version: 	1.0
 *	name:		sceneGetPositionByAngle
 *	description:	returns new calculated position of object from angle and distance from specified object   
 *	parameters:	described below	
 *	return value:	array of new coordinates [x, y]
 *	  
🏗
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki.
Execution:
call
Groups:
Scenes

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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

||||