Difference between revisions of "API:Sandbox"
From Space Engineers Wiki
(Created page with "{{subst:APIStub}}") |
(→Examples: Added code example... at least, as best as you can for something that can only be used in one way.) |
||
Line 6: | Line 6: | ||
== Examples == | == Examples == | ||
<syntaxhighlight lang="csharp"> | <syntaxhighlight lang="csharp"> | ||
− | // | + | using Sandbox;//This is what you can do with this. Have fun! |
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 08:49, 9 January 2015
Contents
Namespace
namespace Sandbox
- Raw file API:Sandbox/raw
- Namespaces
Usage
Examples
using Sandbox;//This is what you can do with this. Have fun!