Difference between revisions of "TryMultiUse"

From ARK Modding Wiki
Jump to navigation Jump to search
(Created page with "Category:Nodes Category:MultiUse Nodes frame|TryMultiUse Node - MultiUse File:MultiUse_UseIndex.jpg|frame|Screenshot showing multiple...")
 
Line 8: Line 8:
 
!colspan="2"|Inputs
 
!colspan="2"|Inputs
 
|-
 
|-
|Target
+
|Target (Actor Reference)
|Actor Reference to toggle the MultiUse Event
+
|Actor to toggle the MultiUse Event
 
|-
 
|-
|For PC
+
|For PC (Shooter Player Controller Reference)
|Shooter Player Controller Reference to emulate for (What player are we emulating)
+
|Player to emulate MultiUse Event for
 
|-
 
|-
|Use Index
+
|Use Index (Integer)
 
|The Use Index for the MultiUse Event we are toggling. (Look at MultiUse on the Actor you want to manipulate in PIE)
 
|The Use Index for the MultiUse Event we are toggling. (Look at MultiUse on the Actor you want to manipulate in PIE)
 
|}
 
|}

Revision as of 04:28, 14 May 2016


TryMultiUse Node - MultiUse
Screenshot showing multiple Use Indexes
Inputs
Target (Actor Reference) Actor to toggle the MultiUse Event
For PC (Shooter Player Controller Reference) Player to emulate MultiUse Event for
Use Index (Integer) The Use Index for the MultiUse Event we are toggling. (Look at MultiUse on the Actor you want to manipulate in PIE)


Outputs
Bool Successful MultiUse Event Triggered?