ProtoFlux:EquipAvatar: Difference between revisions
More actions
Manual Sync from my own PC - wiki-bot(at)stefanocoding.me - https://github.com/Xeravax/mediawiki-simple-sync |
Trim shortdesc. |
||
| Line 1: | Line 1: | ||
{{SHORTDESC:Equip Avatar is a ProtoFlux node that allows for making a User Equip an Avatar | {{SHORTDESC:Equip Avatar is a ProtoFlux node that allows for making a User Equip an Avatar.}} | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name=Equip Avatar | |Name=Equip Avatar | ||
| Line 16: | Line 16: | ||
|}} | |}} | ||
Equip Avatar is a ProtoFlux node that allows for making a [[Type:User|User]] Equip an [[Avatar]]. A bit of caution should be used when using this node, since making people equip an avatar against their will without proper forewarning can be considered distasteful at best. | Equip Avatar is a ProtoFlux node that allows for making a [[Type:User|User]] Equip an [[Avatar]]. | ||
A bit of caution should be used when using this node, since making people equip an avatar against their will without proper forewarning can be considered distasteful at best. | |||
== Inputs == | == Inputs == | ||
Latest revision as of 07:46, 22 July 2026
Equip Avatar is a ProtoFlux node that allows for making a User Equip an Avatar.
A bit of caution should be used when using this node, since making people equip an avatar against their will without proper forewarning can be considered distasteful at best.
Inputs
* (Call)
Call this to make the provided User (User) equip the provided AvatarRoot (Slot).
User (User)
The user that should equip the provided AvatarRoot (Slot).
AvatarRoot (Slot)
The Avatar the provided User (User) should equip. This slot is usually where the AvatarRoot component would be on an avatar which usually resides with the VRIK.
DestroyOld (bool)
Whether the avatar the user was previously wearing should be destroyed. Only use this when nessary, because the avatar will be gone forever from the world when deleted.
Outputs
Next (Continuation)
Sends an impulse after * (Call) was called and the provided User (User) has equipped the provided AvatarRoot (Slot).
Examples
-
How to use an Equip Avatar node.