Property | Type | Description | |
---|---|---|---|
ButtonStates | kOS.TerminalButton[] | ||
ClockSpeed | int | ||
Context | String | ||
FUNCTION_BUTTON_COUNT | int | ||
InternalDisplayEnabled | bool | ||
Mode | Modes | ||
Parent | object | ||
RunType | kOSRunType | ||
SessionTime | float | ||
archive | |||
bindingManager |
Method | Description | |
---|---|---|
AttachHardDisk ( |
||
Boot ( ) : void | ||
CPU ( object parent, string context ) : System | ||
CallExternalFunction ( string name, string parameters ) : object | ||
CreateBoundVariable ( string varName ) : |
||
FindExternalFunction ( string name ) : bool | ||
GetVolumeBestIdentifier ( |
||
IsAlive ( ) : bool | ||
OnLoad ( |
||
OnSave ( |
||
RegisterkOSExternalFunction ( String name, object parent, String methodName, int parameterCount ) : void | ||
RegisterkOSExternalFunction ( object parameters ) : void | ||
SendMessage ( SystemMessage message ) : void | ||
SwitchToVolume ( int volID ) : bool | ||
SwitchToVolume ( string targetVolume ) : bool | ||
Update ( float time ) : void | ||
VerifyMount ( ) : void | ||
testFunction ( double x, double y ) : double |
Method | Description | |
---|---|---|
ProcessElectricity ( Part part, float time ) : void | ||
UpdateVolumeMounts ( List |
public AttachHardDisk ( |
||
hardDisk | ||
return | void |
public CPU ( object parent, string context ) : System | ||
parent | object | |
context | string | |
return | System |
public CallExternalFunction ( string name, string parameters ) : object | ||
name | string | |
parameters | string | |
return | object |
public CreateBoundVariable ( string varName ) : |
||
varName | string | |
return |
public FindExternalFunction ( string name ) : bool | ||
name | string | |
return | bool |
public GetVolumeBestIdentifier ( |
||
SelectedVolume | ||
return | string |
public RegisterkOSExternalFunction ( String name, object parent, String methodName, int parameterCount ) : void | ||
name | String | |
parent | object | |
methodName | String | |
parameterCount | int | |
return | void |
public RegisterkOSExternalFunction ( object parameters ) : void | ||
parameters | object | |
return | void |
public SendMessage ( SystemMessage message ) : void | ||
message | SystemMessage | |
return | void |
public SwitchToVolume ( string targetVolume ) : bool | ||
targetVolume | string | |
return | bool |
public testFunction ( double x, double y ) : double | ||
x | double | |
y | double | |
return | double |
public TerminalButton[],kOS ButtonStates | ||
return | kOS.TerminalButton[] |
public static int FUNCTION_BUTTON_COUNT | ||
return | int |