mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Map wiki fix (#5446)
This commit is contained in:
parent
e11e102a76
commit
26ebc16e3f
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: wiki
|
layout: wiki
|
||||||
title: Map Framework
|
title: Map Framework
|
||||||
description: Explains the Map system for developers
|
description: Explains the Map system for developers.
|
||||||
group: framework
|
group: framework
|
||||||
order: 5
|
order: 5
|
||||||
parent: wiki
|
parent: wiki
|
||||||
@ -27,4 +27,6 @@ class CfgVehicles {
|
|||||||
|
|
||||||
// Condition for interior lights to be working (string that when compiled and call should return a bool, will be passed _vehicle)
|
// Condition for interior lights to be working (string that when compiled and call should return a bool, will be passed _vehicle)
|
||||||
ace_map_vehicleLightCondition[] = "(_vehicle animationSourcePhase 'cabinlights_hide') == 1";
|
ace_map_vehicleLightCondition[] = "(_vehicle animationSourcePhase 'cabinlights_hide') == 1";
|
||||||
|
};
|
||||||
|
};
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user