SubtitleHandlerSystem

Documents the SubtitleHandlerSystem class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

Invoking SubtitleHandlerSystem

To invoke the subtitle handler system, use the following Global function:

shs = Game.SubtitleHandlerSystem()

Sub-functions

RegisterSubtitleController

RegisterSubtitleController(gameController : wref:inkGameController) : gamePendingSubtitles;

UnregisterSubtitleController

UnregisterSubtitleController(gameController : wref:inkGameController);

Last updated