CostumeWindow
Parent: Window
Table of Content
- ModelLoaded
- CommitCustomizationChanges() (Deprecated)
- GetBones()
- GetCostForBoneChanges()
- GetCostForCustomizationSelection()
- GetLookIndexes()
- GetLooks()
- GetPresetSliderCodes()
- GetSliderCodes()
- GetTotalCustomizationCost()
- IsSheathed()
- PlayTalkSequence()
- RemoveItem()
- ResetAllBones()
- ResetBone()
- ResetSpin()
- SetAnimated(bAnimated)
- SetAttachment(nIdSlot, nIdAttach)
- SetBone()
- SetBySliderCodes()
- SetCamera(strCameraName)
- SetCostume(pTarget)
- SetCostumeToActor()
- SetCostumeToCreatureId(nCreatureId)
- SetCostumeToGuildStandard()
- SetCostumeToRaceGender(nRace)
- SetFrame(nFrame)
- SetGuildStandardPart()
- SetItem()
- SetItemDye()
- SetItemsByCreationId()
- SetLook()
- SetMask(strFilename)
- SetModelSequence(nSequence)
- SetOverlay(strFileName)
- SetQuality(fQuality)
- SetSheathed(bSheathed)
- SetSpeed(fSpeed)
- SetSpin()
- SetToolEquipped()
- SetVisualFromItem()
- StopTalkSequence()
- ToggleLeftSpin(bHold)
- ToggleRightSpin(bHold)
Event
ModelLoaded
Params
- wndHandler (Window) - The window that fires the event
- wndControl (Window) - The window control with the event happened
Method
CommitCustomizationChanges() (Deprecated)
Method
GetBones()
Method
GetCostForBoneChanges()
Method
GetCostForCustomizationSelection()
Method
GetLookIndexes()
Method
GetLooks()
Method
GetPresetSliderCodes()
Method
GetSliderCodes()
Method
GetTotalCustomizationCost()
Method
IsSheathed()
Description
Does a lua_pushboolean if the caller's sheath flags are true.
Method
PlayTalkSequence()
Description
Runs the caller's SetModelSequence with kTalkSequence.
Method
RemoveItem()
Method
ResetAllBones()
Method
ResetBone()
Method
ResetSpin()
Method
SetAnimated(bAnimated)
Params
- bAnimated (Boolean)
Method
SetAttachment(nIdSlot, nIdAttach)
Params
- nIdSlot (Integer)
- nIdAttach (Integer)
Method
SetBone()
Method
SetBySliderCodes()
Method
SetCamera(strCameraName)
Params
- strCameraName (String)
Method
SetCostume(pTarget)
Params
- pTarget (CUnit)
Method
SetCostumeToActor()
Method
SetCostumeToCreatureId(nCreatureId)
Params
- nCreatureId (Integer)
Method
SetCostumeToGuildStandard()
Method
SetCostumeToRaceGender(nRace)
Params
- nRace (ERace)
Method
SetFrame(nFrame)
Params
- nFrame (Integer)
Method
SetGuildStandardPart()
Method
SetItem()
Method
SetItemDye()
Method
SetItemsByCreationId()
Method
SetLook()
Method
SetMask(strFilename)
Params
- strFilename (String)
Method
SetModelSequence(nSequence)
Params
- nSequence (EModelSequence) - EModelSequence is a lengthy 100+ enum.
Method
SetOverlay(strFileName)
Params
- strFileName (String)
Method
SetQuality(fQuality)
Params
- fQuality (Float)
Method
SetSheathed(bSheathed)
Params
- bSheathed (Boolean)
Method
SetSpeed(fSpeed)
Params
- fSpeed (Float)
Method
SetSpin()
Method
SetToolEquipped()
Method
SetVisualFromItem()
Method
StopTalkSequence()
Description
Runs the caller's SetModelSequence with kDefaultSequence if it's kTalkSequence.
Method
ToggleLeftSpin(bHold)
Params
- bHold (Boolean)
Method
ToggleRightSpin(bHold)
Params
- bHold (Boolean)