Difference between revisions of "Category:KSP.IO Namespace"

From Kerbal Space Program Wiki
Jump to: navigation, search
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
All the classes used to provide filesystem I/O in KSP in lieu of System.IO, which is a [[Forbidden Namespace]].
+
All the classes used to provide filesystem I/O in KSP in lieu of System.IO. This was required in the past as System.IO was a ''Forbidden Namespace''. As of KSP version 0.21, this is no longer the case.
  
 
All of these classes have been fully documented by Squad for your convenience, as they're intended specifically for use by modders.
 
All of these classes have been fully documented by Squad for your convenience, as they're intended specifically for use by modders.
  
 
[[Category:Community API Documentation]]
 
[[Category:Community API Documentation]]

Latest revision as of 10:23, 12 March 2020

All the classes used to provide filesystem I/O in KSP in lieu of System.IO. This was required in the past as System.IO was a Forbidden Namespace. As of KSP version 0.21, this is no longer the case.

All of these classes have been fully documented by Squad for your convenience, as they're intended specifically for use by modders.