currentMuzzle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Example to do)
 
No edit summary
Line 12: Line 12:
| "muzzle" <nowiki>=</nowiki> currentMuzzle gunner |= Syntax
| "muzzle" <nowiki>=</nowiki> currentMuzzle gunner |= Syntax


|p1= gunner: [[Object]] |=  
|p1=gunner: [[Object]] |=  


| [[String]] |= Return value
| [[String]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= |=  
|x1= "m107" <nowiki>=</nowiki> currentMuzzle sniper |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:06, 15 December 2010

Hover & click on the images for description

Description

Description:
Returns current muzzle of unit's weapon.
Groups:
Uncategorised

Syntax

Syntax:
"muzzle" = currentMuzzle gunner
Parameters:
gunner: Object
Return Value:
String

Examples

Example 1:
"m107" = currentMuzzle sniper

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

Notes

Bottom Section