RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gamelogic
/
ControllerKt
Controller
Kt
public
final
class
ControllerKt
Content copied to clipboard
Functions
Properties
Functions
get
Exception
Stack
Trace
Link copied to clipboard
String
getExceptionStackTrace
(
)
Content copied to clipboard
get
Game
Coroutine
Scope
Link copied to clipboard
CoroutineScope
getGameCoroutineScope
(
)
Content copied to clipboard
get
View
Coroutine
Scope
Link copied to clipboard
final
CoroutineScope
getViewCoroutineScope
(
)
Content copied to clipboard
on
Exception
Link copied to clipboard
final
static
Unit
onException
(
Throwable
e
)
Content copied to clipboard
set
Exception
Stack
Trace
Link copied to clipboard
void
setExceptionStackTrace
(
String
exceptionStackTrace
)
Content copied to clipboard
set
Game
Coroutine
Scope
Link copied to clipboard
void
setGameCoroutineScope
(
CoroutineScope
gameCoroutineScope
)
Content copied to clipboard
Properties
exceptionStackTrace
Link copied to clipboard
private
static
String
exceptionStackTrace
Content copied to clipboard
gameCoroutineScope
Link copied to clipboard
private
static
CoroutineScope
gameCoroutineScope
Content copied to clipboard
ON_EXCEPTION_EXIT_CODE
Link copied to clipboard
public
final
static
Integer
ON_EXCEPTION_EXIT_CODE
Content copied to clipboard
viewCoroutineScope
Link copied to clipboard
private
final
static
CoroutineScope
viewCoroutineScope
Content copied to clipboard