Skip to content

Commit

Permalink
clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCandianVendingMachine committed Sep 17, 2024
1 parent 6486d59 commit 627ac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/framework/cargo-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ object setVariable ["ace_cargo_delay", <TIME IN SECONDS>]

This will override the load/unload time calculation and instead set it to the value as specified. This value will _not_ be affected by any scaling coefficients, but will instead always take as long as the set delay.

To disable, use `object setVariable ["ace_cargo_delay", -1]`.
To disable, remove the variable with `object setVariable ["ace_cargo_delay", nil]` or set the delay to a negative value, e.g.: `object setVariable ["ace_cargo_delay", -1]`.

### 4.4 Adjusting cargo space of a vehicle

Expand Down

0 comments on commit 627ac19

Please sign in to comment.