I’m creating help documentation of my game in several help frames, to be consulted by the player.
Inside each frame is a UIListLayout and several TextBox and ImageLabel, ordered by LayoutOrder
.
But I realize that at some point, I’ll need to replicate all this content on something external wiki site.
So I ask: is there any way to export the content of these frames (in the same way that it is shown inside the Game)?
1 Like
1 Like
Not currently possible. If it is, correct me.
You can technically export it as a file, like what @oscoolerreborn said, but you can export it as an XML format I believe. From there, you can decode it using a script (tedious process but it works).
1 Like