C# Class kOS.InterpreterBootup

Inheritance: kOS.ExecutionContext
Mostrar archivo Open project: Nivekk/KOS

Public Methods

Method Description
GetBuffer ( ) : ].char[
InterpreterBootup ( kOS.ExecutionContext parent ) : System
PrintAt ( String text, int x, int y ) : void
ShowAnimationFrame ( int frame ) : void
Update ( float time ) : void

Method Details

GetBuffer() public method

public GetBuffer ( ) : ].char[
return ].char[

InterpreterBootup() public method

public InterpreterBootup ( kOS.ExecutionContext parent ) : System
parent kOS.ExecutionContext
return System

PrintAt() public method

public PrintAt ( String text, int x, int y ) : void
text String
x int
y int
return void

ShowAnimationFrame() public method

public ShowAnimationFrame ( int frame ) : void
frame int
return void

Update() public method

public Update ( float time ) : void
time float
return void