wiki.sine.space | sinespace

Difference between revisions of "Scripting/SAvatarAppearance"

From wiki.sine.space
Jump to: navigation, search
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/savatarappearance")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/savatarappearance
=Public Member Functions=
+
 
+
 
+
{{ScriptFunction|void|LoadOutfit|(int outfitID);|description||5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
{{ScriptFunction|void|ResetOutfit|();|description||5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
{{ScriptFunction|void|ResetOutfitToTemplate|(int outfitID);|description|5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
{{ScriptFunction|float|GetSlider|(SAppearanceSlider slider);|Return the value of Appearance Sliders.|5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
{{ScriptFunction|float|GetHeight|();|Return height of avatar.|5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SColor|GetSkinTone|();|Return skin tone of avatar.|5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SColor|GetEyeTone|();|Return eye tone of avatar.|5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
 
+
=Properties=
+
 
+
 
+
{{ScriptFunction|long|OutfitID|{ get; }|Return the current outfit id.|5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SGameObject|Skeleton|{ get; }|Return the GameObject of avatar skeleton.|5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
{{ScriptFunction|bool|Loaded|{ get; }|Returns true if the avatar is full loaded.|5=<pre></pre>|6=<pre></pre>}}
+
 
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 07:52, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/savatarappearance