Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vbawol committed Jan 16, 2017
1 parent 1ec8ee0 commit 1b66dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/epoch_enhanced_a3_inventory/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ class CfgFunctions {
0 = Text Name of Action
1 = Code to execute when button is pressed.
2 = (optional) Condition evaluates string as code, code needs to return a BOOL.
3 = (optional) Code to execute when button is pressed on a failed Condition above.
3 = (optional) 0 = Do not display button if above condition is false (default), 1 = Display Button but and use alternate button action code below.
4 = (optional) Code to execute when button is pressed on a failed Condition above.
*/
class CfgItemInteractions {
class FirstAidKit
Expand Down

0 comments on commit 1b66dbc

Please sign in to comment.