Difference between revisions of "SetTimer"

From ARK Modding Wiki
Jump to navigation Jump to search
(Created page with "{{Subst:NodeTemplate|SetTimer}}")
 
Line 1: Line 1:
 
 
 
 
 
[[Category:Nodes]]
 
[[Category:Nodes]]
[[Category:SetTimer Nodes]]
 
 
{{Incomplete}}
 
{{Incomplete}}
{{NodeInfoBanner||||||}}
+
{{NodeInfoBanner|||X|||}}
[[File:Node_{{PAGENAME}}.jpg|frame|{{PAGENAME}} - SetTimer]]
+
[[File:Node_{{PAGENAME}}.jpg|frame|{{PAGENAME}}]]
  
 
== How to Use ==
 
== How to Use ==
Line 21: Line 16:
 
!Description
 
!Description
 
|-
 
|-
|Pin
+
|Object
|Reference Type
+
|Object
|Description
+
|Target Blueprint where the Function/Event to set a timer for is contained
|-
 
|Pin
 
|Reference Type
 
|Description
 
|-
 
|Pin
 
|Reference Type
 
|Description
 
|}
 
 
 
 
 
{| class="wikitable"
 
!colspan="3"|Outputs
 
 
|-
 
|-
!Pin
+
|Function Name
!Reference Type
+
|String
!Description
+
|Name of the Function or Event contained within the Object Reference Blueprint
 
|-
 
|-
|Pin
+
|Time
|Reference Type
+
|Float
|Description
+
|Amount of time to delay before executing the function/event
 
|-
 
|-
|Pin
+
|Looping
|Reference Type
+
|Bool
|Description
+
|Loop this timer?
 
|}
 
|}
  
 
=== Related Articles ===
 
=== Related Articles ===
 
[[Special:WhatLinksHere/{{PAGENAME}}|What Links Here]]<br />
 
[[Special:WhatLinksHere/{{PAGENAME}}|What Links Here]]<br />

Revision as of 05:33, 19 May 2016


This article or chapter is incomplete and its contents need further attention. Some information may be missing or may be wrong, spelling and grammar may have to be improved, use your judgment!

Look for (Confirmation Needed) areas on this page, and help out where you can.

NoticeIcon.png

Replication Important

NoticeIconInactive.png

Must run on server

NoticeIconInactive.png

Should run on server

NoticeIcon.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIconInactive.png

SetTimer

How to Use

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis maximus nunc eget velit convallis volutpat eget nec quam. Sed eget porta magna. Sed vel placerat dolor. Nulla auctor dolor elit, eu lobortis lectus pretium eget. Sed dignissim id risus in euismod. Suspendisse ac maximus arcu, dictum aliquet lacus. Cras volutpat justo sed pharetra molestie. Integer varius, quam sollicitudin lacinia volutpat, tortor neque pellentesque sem, et faucibus nulla turpis ut neque. Praesent et facilisis est. Duis iaculis nisl at lobortis ultricies. Nunc non ligula nec tellus tristique pellentesque. Curabitur non velit gravida, tincidunt est in, suscipit lacus. Nulla consectetur ligula quis lectus maximus, eget tempor orci pretium.

Details

Inputs
Pin Reference Type Description
Object Object Target Blueprint where the Function/Event to set a timer for is contained
Function Name String Name of the Function or Event contained within the Object Reference Blueprint
Time Float Amount of time to delay before executing the function/event
Looping Bool Loop this timer?

Related Articles

What Links Here