Barotrauma Server
Loading...
Searching...
No Matches
Barotrauma.LuaPlatformAccessor Class Reference
Inheritance diagram for Barotrauma.LuaPlatformAccessor:

Public Member Functions

override string GetEnvironmentVariable (string envvarname)
 
override CoreModules FilterSupportedCoreModules (CoreModules module)
 
override Stream IO_OpenFile (Script script, string filename, Encoding encoding, string mode)
 
override Stream IO_GetStandardStream (StandardFileType type)
 
override string IO_OS_GetTempFilename ()
 
override void OS_ExitFast (int exitCode)
 
override bool OS_FileExists (string file)
 
override void OS_FileDelete (string file)
 
override void OS_FileMove (string src, string dst)
 
override int OS_Execute (string cmdline)
 
override string GetPlatformNamePrefix ()
 
override void DefaultPrint (string content)
 

Static Public Member Functions

static FileMode ParseFileMode (string mode)
 
static FileAccess ParseFileAccess (string mode)
 

Member Function Documentation

◆ 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

The documentation for this class was generated from the following file: