Skip to content

Commit

Permalink
add missing vehicles setter function
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed Aug 13, 2017
1 parent ecc8ce3 commit d2aae66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions cfgFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class grad_civs {
class setFaces {};
class setGoggles {};
class setHeadgear {};
class setVehicles {};
};

class debug {
Expand Down
5 changes: 5 additions & 0 deletions functions/common/fn_setVehicles.sqf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include "..\..\component.hpp"

params [["_value",[]]];

missionNamespace setVariable ["GRAD_CIVS_VEHICLES",_value,true];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grad-civs",
"description": "ambient civilians",
"version": "0.2.0",
"version": "0.2.1",
"contributors": [
{
"name": "nomisum"
Expand Down

0 comments on commit d2aae66

Please sign in to comment.