API:Sandbox/ModAPI/IMyConfigDedicated/Save
From Space Engineers Wiki
Revision as of 06:40, 22 September 2014 by GeneralWrex (talk | contribs) (Created page with "{{APIPage}} == Examples == <syntaxhighlight lang="csharp"> public override void UpdateBeforeSimulation10() { } </syntaxhighlight> == Notes == Category:API/Sandbox/M...")
Method
void Save()
- Member of IMyConfigDedicated
- Raw file API:Sandbox/ModAPI/IMyConfigDedicated/Save/raw
Examples
public override void UpdateBeforeSimulation10()
{
}