From 1fd47237d83078e64c44af597420799ea290e3eb Mon Sep 17 00:00:00 2001 From: BaerMitUmlaut Date: Sun, 17 Sep 2023 12:43:40 +0200 Subject: [PATCH] Docs - Fix missing sitting property in docs (#9403) Fix missing sitting property in docs --- docs/wiki/framework/sitting-framework.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/wiki/framework/sitting-framework.md b/docs/wiki/framework/sitting-framework.md index fc45f26856..09f59a9df4 100644 --- a/docs/wiki/framework/sitting-framework.md +++ b/docs/wiki/framework/sitting-framework.md @@ -28,6 +28,7 @@ class CfgVehicles { acex_sitting_canSit = 1; // Enable sitting acex_sitting_sitDirection = 180; // Direction relative to object acex_sitting_sitPosition[] = {0, -0.1, -0.45}; // Position relative to object (may behave weird with certain objects) + acex_sitting_interactPosition[] = {0, -0.1, -0.45}; XEH_ENABLED; // Enable XEH (only necessary if XEH is not yet enabled for this class or the one this inherits from) }; };