Difference between revisions of "API:Sandbox/ModAPI/IMyConfigDedicated/GetFilePath"
From Space Engineers Wiki
GeneralWrex (talk | contribs) (Created page with "{{APIPage}} == Examples == <syntaxhighlight lang="csharp"> public override void UpdateBeforeSimulation10() { } </syntaxhighlight> == Notes == Category:API/Sandbox/M...") |
(Replaced content with "{{subst:APIStub}}") |
||
Line 3: | Line 3: | ||
== Examples == | == Examples == | ||
<syntaxhighlight lang="csharp"> | <syntaxhighlight lang="csharp"> | ||
− | + | //Examples here | |
− | |||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
== Notes == | == Notes == | ||
− | [[Category:API | + | [[Category:API:{{#titleparts: {{PAGENAME}} | -1 | 1 }}]] |
Latest revision as of 07:32, 24 September 2014
Method
public string GetFilePath()
- Member of IMyConfigDedicated
- Raw file API:Sandbox/ModAPI/IMyConfigDedicated/GetFilePath/raw
Examples
//Examples here