CrashTest

CrashTest

Class representing a crash test

Constructor

new CrashTest()

Source:

Members

(static) FAR_SIDE :string

Description:
  • Far Side test
Source:
Far Side test
Type:
  • string

(static) FFB :string

Description:
  • FFB test
Source:
FFB test
Type:
  • string

(static) MDB :string

Description:
  • MDB test
Source:
MDB test
Type:
  • string

(static) MPDB :string

Description:
  • MPDB test
Source:
MPDB test
Type:
  • string

(static) ODB :string

Description:
  • ODB test
Source:
ODB test
Type:
  • string

(static) SIDE_POLE :string

Description:
  • Side Pole test
Source:
Side Pole test
Type:
  • string

(static) SOB :string

Description:
  • SOB test
Source:
SOB test
Type:
  • string

Methods

(static) GetAll() → {Array.<string>}

Description:
  • Return an array of all the available crash test strings
Source:
Example
let crash_tests = CrashTest.GetAll();
Returns:
Type
Array.<string>