<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.steeveeo.com/index.php?action=history&amp;feed=atom&amp;title=VTIRunMethod</id>
	<title>VTIRunMethod - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.steeveeo.com/index.php?action=history&amp;feed=atom&amp;title=VTIRunMethod"/>
	<link rel="alternate" type="text/html" href="https://wiki.steeveeo.com/index.php?title=VTIRunMethod&amp;action=history"/>
	<updated>2026-05-03T00:35:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.steeveeo.com/index.php?title=VTIRunMethod&amp;diff=58&amp;oldid=prev</id>
		<title>Steeveeo: Initial driver page.</title>
		<link rel="alternate" type="text/html" href="https://wiki.steeveeo.com/index.php?title=VTIRunMethod&amp;diff=58&amp;oldid=prev"/>
		<updated>2024-02-14T05:02:39Z</updated>

		<summary type="html">&lt;p&gt;Initial driver page.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:VTI]]&lt;br /&gt;
[[Category:VTI Drivers]]&lt;br /&gt;
&lt;br /&gt;
VTIRunMethod is a [[VTI Drivers|VTI Driver]] that will run a named method on a target UdonBehaviour using &amp;lt;syntaxhighlight lang=&amp;quot;csharp&amp;quot; inline&amp;gt;SendCustomEvent()&amp;lt;/syntaxhighlight&amp;gt;. This method must be a &amp;lt;syntaxhighlight lang=&amp;quot;csharp&amp;quot; inline&amp;gt;public void&amp;lt;/syntaxhighlight&amp;gt; method with no arguments.&lt;br /&gt;
&lt;br /&gt;
User Messaging is supported by using &amp;lt;syntaxhighlight lang=&amp;quot;csharp&amp;quot; inline&amp;gt;SetProgramVariable()&amp;lt;/syntaxhighlight&amp;gt; to attempt to set the string members &amp;lt;syntaxhighlight lang=&amp;quot;csharp&amp;quot; inline&amp;gt;UserName&amp;lt;/syntaxhighlight&amp;gt; and &amp;lt;syntaxhighlight lang=&amp;quot;csharp&amp;quot; inline&amp;gt;Message&amp;lt;/syntaxhighlight&amp;gt; on the target UdonBehaviour. If these members exist, they will be set and be available when the method is called.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Driver Capabilities&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Supports User Messaging&amp;#039;&amp;#039;&amp;#039; || Yes - Message Data is sent to Target UdonBehaviour as Program Variables&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Supports Dynamic Rebinding&amp;#039;&amp;#039;&amp;#039; || No special support added, but should not break when rebinding&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Network Sync&amp;#039;&amp;#039;&amp;#039; || Triggers on all Clients, does not sync to new joiners&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Inputs&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Usage&lt;br /&gt;
|-&lt;br /&gt;
| Target || UdonBehaviour || The UdonBehaviour to call Method on.&lt;br /&gt;
|-&lt;br /&gt;
| Method || string || The name of the Method to run on Target.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Steeveeo</name></author>
	</entry>
</feed>