Difference between revisions of "API:Sandbox/ModAPI/IMyConfigDedicated/Save"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "{{APIPage}} == Examples == <syntaxhighlight lang="csharp"> public override void UpdateBeforeSimulation10() { } </syntaxhighlight> == Notes == Category:API/Sandbox/M...")
 
Line 3: Line 3:
 
== Examples ==
 
== Examples ==
 
<syntaxhighlight lang="csharp">
 
<syntaxhighlight lang="csharp">
public override void UpdateBeforeSimulation10()
+
//Stuff goes here.
{
 
}
 
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Revision as of 06:51, 22 September 2014

Method

void Save()
Member of IMyConfigDedicated
Raw file API:Sandbox/ModAPI/IMyConfigDedicated/Save/raw

Examples

//Stuff goes here.

Notes