SetAppearanceType

From Dragon Age Toolset Wiki
Revision as of 22:31, 15 January 2010 by BryanDerksen (Talk | contribs) (add links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sets the AppearanceType of a creature. Can be used for character generation and shape shifting

void SetAppearanceType(
object oCreature,
int nApperanceId,
int bSetAsOriginal = FALSE
);
Parameters:
oCreature
A creature
nApperanceId
An appearance, defined in APR base.xls
bSetAsOriginal
Specifying TRUE will set the given id as the original appearance type
Returns:

Nothing.

Source:

script.ldf

Description

Sets the AppearanceType of a creature. Can be used in character generation and shapeshifting.