Skip to content

Commit

Permalink
Support _actionParams in ace_interact_menu_fnc_createaction
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Jan 7, 2025
1 parent 188f5eb commit 68d8a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/sqf/src/analyze/inspector/external_functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ impl SciptScope {
&vec![
("_target", GameValue::Object),
("_player", GameValue::Object),
("_actionParams", GameValue::Anything),
],
database,
);
Expand Down

0 comments on commit 68d8a72

Please sign in to comment.