Difference between revisions of "SetTimer"

From ARK Modding Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
  
 
== How to Use ==
 
== 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.
+
Sets up a timed delay for a Function/Event. Can loop as well. First execution is delayed!
  
 
=== Details ===
 
=== Details ===

Latest revision as of 05:57, 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

Sets up a timed delay for a Function/Event. Can loop as well. First execution is delayed!

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