A header image
VTOL VR Mods
  • Home
  • Mods
  • Documentation
  • Discord
  • FAQs
  • Community guidelines

Pages

API

Mod Loader
Steam Queries
VTOL API
ItemId
VtolMod

Creating a mod

Overview
Setup
Hello World
Releasing your mod

Quick Start

Getting Started
Frequently Asked Questions

VTOL VR

Debug Camera Controls
Post message to flight log
Get all actors in scene
Get Pilot Saves
Get all campaigns
Back into a Unity project
Breakpoints in dnSpy

Old Website Items

Old Mods
Old Skins

Post message to flight log

You can send messages to the flight logger by using the class FlightLogger. This can be useful when you want to debug values to see inside of VR without taking off the headset.

FlightLogger.Log("My Message");