Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntematonjr committed May 15, 2023
1 parent ec1b1a0 commit 939c3d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions addons/Main/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define MAJOR 1
#define MINOR 7
#define PATCHLVL 5
#define BUILD 20042023
#define PATCHLVL 6
#define BUILD 15052023

#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
Expand Down
14 changes: 4 additions & 10 deletions addons/Respawn/functions/fnc_addActionsPlayer.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@
* [Description]
*
* Arguments:
* 0: The first argument <STRING>
* 1: The second argument <OBJECT>
* 2: Multiple input types <STRING|ARRAY|CODE>
* 3: Optional input <BOOL> (default: true)
* 4: Optional input with multiple types <CODE|STRING> (default: {true})
* 5: Not mandatory input <STRING> (default: nil)
* 0: OBJ to be added base ace actions <OBJECT>
*
* Return Value:
* The return value <BOOL>
* None
*
* Example:
* ["something", player] call Tun_Respawn_fnc_addActionsPlayer
*
* Public: [Yes/No]
* [flagPole] call Tun_Respawn_fnc_addActionsPlayer
*/
#include "script_component.hpp"

params ["_object"];

private _actionPath = [_object] call FUNC(addMainAction);
Expand Down

0 comments on commit 939c3d0

Please sign in to comment.