<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.visionaire-tracker.net/index.php?action=history&amp;feed=atom&amp;title=Global_Command%3A_createHapticEffectPeriodic</id>
		<title>Global Command: createHapticEffectPeriodic - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.visionaire-tracker.net/index.php?action=history&amp;feed=atom&amp;title=Global_Command%3A_createHapticEffectPeriodic"/>
		<link rel="alternate" type="text/html" href="https://wiki.visionaire-tracker.net/index.php?title=Global_Command:_createHapticEffectPeriodic&amp;action=history"/>
		<updated>2026-05-25T20:07:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.visionaire-tracker.net/index.php?title=Global_Command:_createHapticEffectPeriodic&amp;diff=12076&amp;oldid=prev</id>
		<title>EK: Created page with &quot;Create a periodic haptic effect for devices which support haptic effects.  {| class=&quot;ts&quot; |- | style=&quot;width:15%&quot; | Related functions | Global Command: createHapticEffectCondi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.visionaire-tracker.net/index.php?title=Global_Command:_createHapticEffectPeriodic&amp;diff=12076&amp;oldid=prev"/>
				<updated>2023-08-05T10:18:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Create a periodic haptic effect for devices which support haptic effects.  {| class=&amp;quot;ts&amp;quot; |- | style=&amp;quot;width:15%&amp;quot; | Related functions | Global Command: createHapticEffectCondi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Create a periodic haptic effect for devices which support haptic effects.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;ts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:15%&amp;quot; | Related functions&lt;br /&gt;
| [[Global Command: createHapticEffectCondition|createHapticEffectCondition]] | [[Global Command: createHapticEffectConstant|createHapticEffectConstant]] | [[Global Command: createHapticEffectLeftRight|createHapticEffectLeftRight]] | [[Global Command: createHapticEffectRamp|createHapticEffectRamp]] | [[Global Command: startHapticEffect|startHapticEffect]] | [[Global Command: startHapticRumble|startHapticRumble]] | [[Global Command: stopHapticEffect|stopHapticEffect]] | [[Global Command: stopHapticRumble|stopHapticRumble]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
createHapticEffectPeriodic(effectType, length, delay, peroid, magnitude, offset, phase, attack_length, attack_level, fade_length, fade_level, effectDirection, dir0, dir1, dir2)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| class=&amp;quot;ts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; | Parameter&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; | Type&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| effectType&lt;br /&gt;
| string&lt;br /&gt;
| Type of the effect&lt;br /&gt;
|-&lt;br /&gt;
| length&lt;br /&gt;
| int&lt;br /&gt;
| Duration of the effect in milliseconds&lt;br /&gt;
|-&lt;br /&gt;
| delay&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| level&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| period&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| magnitude&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| offset&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| phase&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| attack_length&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| attack_level&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| fade_length&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| fade_level&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| effectDirection&lt;br /&gt;
| string&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| dir0&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| dir1&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| dir2&lt;br /&gt;
| int&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Return values ==&lt;br /&gt;
{| class=&amp;quot;ts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; | Type&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| integer&lt;br /&gt;
| The unique id of the effect.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
{{toc}}&lt;/div&gt;</summary>
		<author><name>EK</name></author>	</entry>

	</feed>