Definition at line 9 of file LuaPlatformAccessor.cs.
◆ DefaultPrint()
override void Barotrauma.LuaPlatformAccessor.DefaultPrint |
( |
string |
content | ) |
|
◆ FilterSupportedCoreModules()
override CoreModules Barotrauma.LuaPlatformAccessor.FilterSupportedCoreModules |
( |
CoreModules |
module | ) |
|
◆ GetEnvironmentVariable()
override string Barotrauma.LuaPlatformAccessor.GetEnvironmentVariable |
( |
string |
envvarname | ) |
|
◆ GetPlatformNamePrefix()
override string Barotrauma.LuaPlatformAccessor.GetPlatformNamePrefix |
( |
| ) |
|
◆ IO_GetStandardStream()
override Stream Barotrauma.LuaPlatformAccessor.IO_GetStandardStream |
( |
StandardFileType |
type | ) |
|
◆ IO_OpenFile()
override Stream Barotrauma.LuaPlatformAccessor.IO_OpenFile |
( |
Script |
script, |
|
|
string |
filename, |
|
|
Encoding |
encoding, |
|
|
string |
mode |
|
) |
| |
◆ IO_OS_GetTempFilename()
override string Barotrauma.LuaPlatformAccessor.IO_OS_GetTempFilename |
( |
| ) |
|
◆ OS_Execute()
override int Barotrauma.LuaPlatformAccessor.OS_Execute |
( |
string |
cmdline | ) |
|
◆ OS_ExitFast()
override void Barotrauma.LuaPlatformAccessor.OS_ExitFast |
( |
int |
exitCode | ) |
|
◆ OS_FileDelete()
override void Barotrauma.LuaPlatformAccessor.OS_FileDelete |
( |
string |
file | ) |
|
◆ OS_FileExists()
override bool Barotrauma.LuaPlatformAccessor.OS_FileExists |
( |
string |
file | ) |
|
◆ OS_FileMove()
override void Barotrauma.LuaPlatformAccessor.OS_FileMove |
( |
string |
src, |
|
|
string |
dst |
|
) |
| |
◆ ParseFileAccess()
static FileAccess Barotrauma.LuaPlatformAccessor.ParseFileAccess |
( |
string |
mode | ) |
|
|
static |
◆ ParseFileMode()
static FileMode Barotrauma.LuaPlatformAccessor.ParseFileMode |
( |
string |
mode | ) |
|
|
static |