NovelateCharacter.getImage

Gets an image from the character's internal image collection.

class NovelateCharacter
final
string
getImage
(
string entry
,
size_t width
)

Parameters

entry string

The entry of the image ex. "Casual.Smiling"

width size_t

The relative width to retrieve from. This can be 800, 1024 or 1280.

Return Value

Type: string

The path of the image retrieved.

Meta