Map wiki fix (#5446)

This commit is contained in:
PabstMirror 2017-08-22 13:33:26 -05:00 committed by jonpas
parent e11e102a76
commit 26ebc16e3f

View File

@ -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";
};
};
``` ```