Difference between revisions of "API:SeekOrigin"
From Kerbal Space Program Wiki
|
|
Line 1: |
Line 1: |
− | {{Namespace:KSP.IO}}
| |
| | | |
− | The '''SeekOrigin''' enum is a replacement for its System.IO equivalent. It's used to determine from where one wishes to seek in a file stream.
| |
− |
| |
− | {{PageEnum|enums=
| |
− | {{PageEnumValue
| |
− | |name=Begin
| |
− | |desc=Seek from the beginning of the stream.
| |
− | }}
| |
− | {{PageEnumValue
| |
− | |name=Current
| |
− | |desc=Seek from the current position in the stream.
| |
− | }}
| |
− | {{PageEnumValue
| |
− | |name=End
| |
− | |desc=Seek from the end of the stream.
| |
− | }}
| |
− | }}
| |
Revision as of 17:44, 17 March 2017