Difference between revisions of "AvatarExtended"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the AvatarExtended class)
 
(Documentation for the AvatarExtended class)
Line 6: Line 6:
  
 
===Methods===
 
===Methods===
:{{CSharp|bool Test()}}
+
:{{CSharp|void Remove(string hookpointPath)}}
 
::
 
::
::Test me!
+
::Remove a piece of clothing
 +
 
 +
:{{CSharp|void Wear(string hookpointPath, Guid objectTypeID)}}
 +
::
 +
::Wear a piece of clothing
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 17:04, 27 November 2017

Represents an avatar which is a collection of DOM nodes starting with a root DOMController object and managed by the Creature Manager component

  • This is a JavaScript visible object

Remarks [edit]

Methods

void Remove(string hookpointPath)
Remove a piece of clothing
void Wear(string hookpointPath, Guid objectTypeID)
Wear a piece of clothing