Difference between revisions of "API:Sandbox/ModAPI"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "{{subst:APIStub}}")
 
(Examples: Same as sandbox namespace.)
 
Line 6: Line 6:
 
== Examples ==
 
== Examples ==
 
<syntaxhighlight lang="csharp">
 
<syntaxhighlight lang="csharp">
//Examples here
+
using Sandbox.ModAPI;
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Latest revision as of 08:50, 9 January 2015

Namespace

namespace ModAPI
Member of Sandbox
Raw file API:Sandbox/ModAPI/raw



Interfaces


Usage

Examples

using Sandbox.ModAPI;

Notes