skymen / set-fov

An addon that lets you change the FOV of C3 games at runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Set FOV

Description

Author: skymen
Made using c3ide2-framework

Table of Contents


Usage

To build the addon, run the following commands:

npm i
node ./build.js

To run the dev server, run

npm i
node ./dev.js

The build uses the pluginConfig file to generate everything else. The main files you may want to look at would be instance.js and scriptInterface.js

Examples Files


Properties

Property Name Description Type

Actions

Action Description Params
Set FOV Set the field of view of the camera FOV (number)

Conditions

Condition Description Params

Expressions

Expression Description Return Type Params
FOV Get the field of view of the camera number

About

An addon that lets you change the FOV of C3 games at runtime


Languages

Language:JavaScript 100.0%