NoveltyML reference > Object traits > Portrait

<Portrait>

Informs the game engine that this object is a character portrait.
This trait applies to Set objects only.

This trait has no attributes.


Example

<Traits>
	<Portrait/>
</Traits>

Back to top