WoW API: SetPetStablePaperdoll

From AddOn Studio
Revision as of 14:22, 6 June 2007 by WoWWiki>Ravas (Added information for SetPetStablePaperdoll based off the FrameXML usage.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < SetPetStablePaperdoll


Sets the paperdoll model in the pet stable to a new player model.

SetPetStablePaperdoll(modelObject)


Arguments

modelObject
PlayerModel - The model of the pet to display.


Returns

None


Details

This method does not cause the model to be shown. The model still needs its Show() method called afterward.