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

From Space Engineers Wiki
Jump to: navigation, search
(Replaced content with "{{subst:APIStub}}")
 
Line 3: Line 3:
 
== Examples ==
 
== Examples ==
 
<syntaxhighlight lang="csharp">
 
<syntaxhighlight lang="csharp">
public override void UpdateBeforeSimulation10()
+
//Examples here
{
 
}
 
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
== Notes ==
 
== Notes ==
  
[[Category:API/Sandbox/ModAPI/IMyConfigDedicated]]
+
[[Category:API:{{#titleparts: {{PAGENAME}} | -1 | 1 }}]]

Latest revision as of 07:12, 22 September 2014

Method

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

Examples

//Examples here

Notes