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 mod: ace
version: version:
major: 3 major: 3
minor: x minor: 15
patch: y patch: 0
--- ---
## 1. Overview ## 1. Overview

View File

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