<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Info_Placement_Helper</title><link>https://sourceforge.net/p/pyvmf/wiki/Info_Placement_Helper/</link><description>Recent changes to Info_Placement_Helper</description><atom:link href="https://sourceforge.net/p/pyvmf/wiki/Info_Placement_Helper/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 17 May 2013 16:53:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pyvmf/wiki/Info_Placement_Helper/feed" rel="self" type="application/rss+xml"/><item><title>Info_Placement_Helper modified by Chase Rayment</title><link>https://sourceforge.net/p/pyvmf/wiki/Info_Placement_Helper/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Info_Placement_Helper is a representation of the Portal 2 info_placement_helper entity.&lt;/p&gt;
&lt;p&gt;Class definition:&lt;/p&gt;
&lt;p&gt;Info_Placement_Helper(self, x, y, z, name='', xRotation=0, yRotation=0, zRotation=0, radius=16, useHelperAngles=False, forcePlacement=False, startDisabled=False, attachTargetName='', parent='', proxyName='', scriptThinkFunction='', entityScripts='')&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;x is the x position of the object in the world. Required.&lt;/li&gt;
&lt;li&gt;y is the y position of the object in the world. Required.&lt;/li&gt;
&lt;li&gt;z is the z position of the object in the world. Required.&lt;/li&gt;
&lt;li&gt;name is the name of the object. Defaults to blank.&lt;/li&gt;
&lt;li&gt;xRotation is the rotation of the object in the x axis. Defaults to 0.&lt;/li&gt;
&lt;li&gt;yRotation is the rotation of the object in the y axis. Defaults to 0.&lt;/li&gt;
&lt;li&gt;zRotation is the rotation of the object in the z axis. Defaults to 0.&lt;/li&gt;
&lt;li&gt;radius is the radius that the entity will affect portal placement. Defaults to 16.&lt;/li&gt;
&lt;li&gt;useHelperAngles controls whether or not the portal should use the helper's angles. Defaults to False.&lt;/li&gt;
&lt;li&gt;forcePlacement controls whether or not the placement helper should ignore placement rules when placing the portal. Defaults to False.&lt;/li&gt;
&lt;li&gt;startDisabled controls whether or not the entity should start disabled. Defaults to False.&lt;/li&gt;
&lt;li&gt;attachTargetName is the name of an entity to force attachment to. Defaults to blank.&lt;/li&gt;
&lt;li&gt;parent is the entity name of a parent object. Defaults to blank.&lt;/li&gt;
&lt;li&gt;proxyName is the name of the entity to use for real placement position. Defaults to blank.&lt;/li&gt;
&lt;li&gt;entityScripts is the name of an entity script. Defaults to blank.&lt;/li&gt;
&lt;li&gt;scriptThinkFunction is the name of the script think function. Defaults to blank.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More info on the entity: &lt;a href="https://developer.valvesoftware.com/wiki/Info_placement_helper"&gt;https://developer.valvesoftware.com/wiki/Info_placement_helper&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Methods:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;addOutput(outputName, target, targetInput, parameter='', delay=0, onlyOnce=False)&lt;br /&gt;
Used for adding an output to an entity.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;outputName is the name of the output, such as OnStartTouch or OnMapSpawn. Required.&lt;/li&gt;
&lt;li&gt;target is the name of the target entity. Required.&lt;/li&gt;
&lt;li&gt;targetInput is the name of the input to use on the target, such as Trigger or Kill. Required.&lt;/li&gt;
&lt;li&gt;parameter is the name of a string parameter to pass to the target. Defaults to blank.&lt;/li&gt;
&lt;li&gt;delay is the time to delay before firing the output. Defaults to 0.&lt;/li&gt;
&lt;li&gt;onlyOnce controls whether or not the output should fire only once. Defaults to False.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;toString(entityID)&lt;br /&gt;
Returns a string, in VMF syntax, representing the object. Used for writing to file.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;entityID is the ID of the entity. Required.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chase Rayment</dc:creator><pubDate>Fri, 17 May 2013 16:53:10 -0000</pubDate><guid>https://sourceforge.net0eeb66f916a8889f6d2f60889ed9f8904741272d</guid></item></channel></rss>