The '''GrabInstancer''' component spawns a new copy of <code>Template</code> and attaches it to the user's hand whenever the slot it is attached to is grabbed.
The '''GrabInstancer''' component spawns a new copy of <code>Template</code> and attaches it to the user's hand whenever the slot it is attached to is grabbed.
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
Line 19:
Line 21:
|GrabPriority|Int| {{Template:Grab Priority}}
|GrabPriority|Int| {{Template:Grab Priority}}
}}
}}
== Behavior ==
== Behavior ==
== Examples ==
== Examples ==
* [https://www.youtube.com/watch?v=QFWU2dZTDvw GrabInstancer] by [[User:ProbablePrime|ProbablePrime]]
A video tutorial about the GrabInstancer by [[User:ProbablePrime|ProbablePrime]]:
<youtube>QFWU2dZTDvw</youtube>
== Related Components ==
== Related Components ==
* [[Component:UIGrabInstancer|UIGrabInstancer]] is similar to this component but uses [[UIX]] elements to do this.
Determines what gets grabbed if several grabbable objects are touching someone's grab sphere. The IGrabbable with the highest priority will be grabbed first. If the highest priority ties with another IGrabbable, it will grab both of those and ignore any lower priority IGrabbables.
Behavior
Examples
A video tutorial about the GrabInstancer by ProbablePrime: