-
Notifications
You must be signed in to change notification settings - Fork 3
ComputerMod Methods
To use the ComputerMod object you must require it in your script file.
require("Computer/ComputerMod")
ComputerMod.GetAllHardwareTypes()
Return all Hardware classes.
ComputerMod.GetHardwareType(type string)
Return an Hardware class by it's type.
ComputerMod.GetAllDriveTypes()
ComputerMod.GetDriveType()
ComputerMod.GetAllMediumTypes()
ComputerMod.GetMediumType()
ComputerMod.CreateAddon()
ComputerMod.AddAddon()
ComputerMod.AddEvent()
ComputerMod.RemoveEvent()
ComputerMod.TriggerEvent()
ComputerMod.GetAllBiosSettings()
ComputerMod.GetBiosSettingByKey()
ComputerMod.GetAllGameFormats()
ComputerMod.GetAllSoftwareTypes()
ComputerMod.GetFileByIndex()
ComputerMod.GetAllFiles()
ComputerMod.GetRandomFile()
ComputerMod.GetGameById()
ComputerMod.GetAllGames()
ComputerMod.GetRandomGame()
ComputerMod.GetSoftwareById()
ComputerMod.GetAllSoftwares()
ComputerMod.GetRandomSoftware()
ComputerMod.GetComputerOnSquare()
ComputerMod.GetComputerAtPosition()
ComputerMod.GetAllKnownComputerLocations()
ComputerMod.GetComputerStateAtPosition()
ComputerMod.GetComputerStateOnSquare()