mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
1df3a73461
* Update documentation guidelines * Add version info part 1 * Add version info part 2 * Add removed in version to frontmatter and tag testmissions as removed * Add version info part 3
29 lines
736 B
Markdown
29 lines
736 B
Markdown
---
|
|
layout: wiki
|
|
title: Vehicle Lock
|
|
description: The vehicle lock module enables locking vehicles and their inventory.
|
|
group: feature
|
|
category: interaction
|
|
parent: wiki
|
|
mod: ace
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 0
|
|
---
|
|
|
|
## 1. Overview
|
|
This feature adds the ability to lock and unlock vehicles and their inventory using a key, as well as picking locks of locked vehicles. It's disabled by default.
|
|
|
|
## 2. Usage
|
|
Locking, unlocking and picking vehicle locks is possible via the ACE Interact menu.
|
|
|
|
<div class="panel callout">
|
|
<h5>Note:</h5>
|
|
<p>Different locking modes can be set, consult with your mission maker for more information.</p>
|
|
</div>
|
|
|
|
## 3. Dependencies
|
|
|
|
{% include dependencies_list.md component="vehiclelock" %}
|