Documentation - Fix Viewports versions (#8919)

This commit is contained in:
jonpas 2022-05-22 22:51:36 +02:00 committed by GitHub
parent 89b8ed4b56
commit df13db5958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -8,8 +8,8 @@ parent: wiki
mod: ace
version:
major: 3
minor: x
patch: y
minor: 15
patch: 0
---
## 1. Overview

View File

@ -8,8 +8,8 @@ parent: wiki
mod: ace
version:
major: 3
minor: x
patch: y
minor: 15
patch: 0
---
## 1. Config Values
@ -18,10 +18,10 @@ Reference [ace_viewports_fnc_getViewports](https://github.com/acemod/ACE3/blob/m
```cpp
class myVehicle {
class ace_viewports {
class ace_viewports {
class Template {
// type [STRING] - Optional
type = "";
type = "";
// camLocation [ARRAY or STRING] - Required
camLocation = "memoryPointP1";
camLocation[] = {1,2,3}; // model offset