Jump to content

How to access subtitle widget?


Recommended Posts

How could I access the text of the game's subtitles using SetString and GetString?

 

Something like UI.GetString("HUD Menu", "_root.HUDMovieBaseInstance. ... ? What's the path to it from _root?

 

 

Link to comment
Share on other sites

I found out. In case anyone wants to know, to set subtitle text:

 

UI.InvokeString("HUD Menu", "_root.HUDMovieBaseInstance.ShowSubtitle", "your text")

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...