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 |
public InterpreterBootup ( kOS.ExecutionContext parent ) : System | ||
parent | kOS.ExecutionContext | |
return | System |
public PrintAt ( String text, int x, int y ) : void | ||
text | String | |
x | int | |
y | int | |
return | void |
public ShowAnimationFrame ( int frame ) : void | ||
frame | int | |
return | void |