Difference between revisions of "VN fnc melee action handgun"
Jump to navigation
Jump to search
(Created page with "{{Function |v= 1.00 |author=Kerc/IFA3 & Ethan Johnson |a= |e= |g1= vn_melee_functions |d= <pre>Called when the player passes a melee action check, runs the melee code, han...") |
(No difference)
|
Latest revision as of 01:58, 5 May 2022
| ← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Kerc/IFA3 & Ethan Johnson |
|
Description
Called when the player passes a melee action check, runs the melee code, handgun weapon specific.
Syntax
- Syntax
- [] call VN_fnc_melee_action_handgun;
- Parameters
- _player: Object - (Optional, default
PLAYER) Player object - Return value
- Boolean - Function reached the end
Examples
- Example 1
- [player] call vn_fnc_melee_action_handgun;