Java Script command list

Is there a list of all the commands that you use in javascript

  • The Unity3D Scripting Reference provide reference to Unity3D classes and some basics.
  • Mono is providing classes that you also can access. You might not be able to access all of them, but pretty much all I guess.
  • MSDN on .NET Framework provides useful information as well since Mono is an open source version of .NET.

Why, yes.

Unity Scripting Reference

A few are missing, but most of them are listed.

Docs

The Docs explains everything that you can do in JavaScript.