C# Class CryEngine.CharacterCustomization.CharacterAttachmentSlot

Datei anzeigen Open project: PoppermostProductions/CryMono Class Usage Examples

Private Properties

Property Type Description
CharacterAttachmentSlot System

Public Methods

Method Description
Clear ( ) : void

Clears the currently active attachment for this slot.

GetAttachment ( string name ) : CharacterAttachment
GetBrand ( string name ) : CharacterAttachmentBrand
GetWriteableElement ( string name = null ) : XElement

Private Methods

Method Description
CharacterAttachmentSlot ( CustomizationManager manager, XElement element ) : System

Method Details

Clear() public method

Clears the currently active attachment for this slot.
public Clear ( ) : void
return void

GetAttachment() public method

public GetAttachment ( string name ) : CharacterAttachment
name string
return CharacterAttachment

GetBrand() public method

public GetBrand ( string name ) : CharacterAttachmentBrand
name string
return CharacterAttachmentBrand

GetWriteableElement() public method

public GetWriteableElement ( string name = null ) : XElement
name string
return XElement