Property | Type | Description | |
---|---|---|---|
isPlaying | bool |
Property | Type | Description | |
---|---|---|---|
callback | GameObjectCallback | ||
game_object | GameObject | ||
game_object_name | string | ||
is_stopped | bool | ||
java_file_name | string | ||
java_process | Process | ||
java_thread | Thread | ||
object_id | string |
Method | Description | |
---|---|---|
June ( GameObject game_object, string java_file_name ) : System | ||
Start ( ) : void | ||
Stop ( ) : void | ||
getFileName ( ) : string | ||
getSpellName ( ) : string | ||
isStopped ( ) : bool | ||
javaCompileAndRun ( ) : void | ||
setObjectId ( string id ) : void | ||
wasSuccessful ( ) : bool |
public June ( GameObject game_object, string java_file_name ) : System | ||
game_object | GameObject | |
java_file_name | string | |
return | System |