<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://m.pac3.info/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://m.pac3.info/feed.php">
        <title>The PAC3 Wiki part:proxy</title>
        <description></description>
        <link>https://m.pac3.info/</link>
        <image rdf:resource="https://m.pac3.info/_media/wiki/favicon.ico" />
       <dc:date>2026-04-04T19:25:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://m.pac3.info/part/proxy/clamp?rev=1742188783&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/part/proxy/examples?rev=1647721489&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/part/proxy/owner_eye_angle_pitch?rev=1667161665&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/part/proxy/timeex?rev=1656244078&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://m.pac3.info/_media/wiki/favicon.ico">
        <title>The PAC3 Wiki</title>
        <link>https://m.pac3.info/</link>
        <url>https://m.pac3.info/_media/wiki/favicon.ico</url>
    </image>
    <item rdf:about="https://m.pac3.info/part/proxy/clamp?rev=1742188783&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-17T05:19:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clamp(x,min,max)</title>
        <link>https://m.pac3.info/part/proxy/clamp?rev=1742188783&amp;do=diff</link>
        <description>proxy function

clamp(x,min,max)

Used to limit the minimum/maximum value of an expression. Useful for things that need to stop at a given value.

Expression

clamp(input_value, lowest_value, highest_value)

input_value

The value that you want to limit, can be a function. A universal input that will work in most cases is</description>
    </item>
    <item rdf:about="https://m.pac3.info/part/proxy/examples?rev=1647721489&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-19T20:24:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Proxy Examples</title>
        <link>https://m.pac3.info/part/proxy/examples?rev=1647721489&amp;do=diff</link>
        <description>Proxy Examples

Triangle Wave

Simple wave that goes up and down.

Expression:  2*A/PI*asin(sin((2*PI*timeex())/B))

A --- Amplitude

B --- Length

Example

Blah blah

 Download: 

Preview</description>
    </item>
    <item rdf:about="https://m.pac3.info/part/proxy/owner_eye_angle_pitch?rev=1667161665&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-30T20:27:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>owner_eye_angle_pitch()</title>
        <link>https://m.pac3.info/part/proxy/owner_eye_angle_pitch?rev=1667161665&amp;do=diff</link>
        <description>proxy function eye_angle

owner_eye_angle_pitch()

Returns the world eye angle pitch of the owner, in a range of values from -0.0056179768 (straight down) to 1.0056179768 (straight up).

Root Owner

When root owner is enabled, the owner is the player (or whatever entity the outfit is applied to). When it's disabled, the owner is the proxy's parent, or its target entity.</description>
    </item>
    <item rdf:about="https://m.pac3.info/part/proxy/timeex?rev=1656244078&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-26T11:47:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>timeex()</title>
        <link>https://m.pac3.info/part/proxy/timeex?rev=1656244078&amp;do=diff</link>
        <description>proxy function time

timeex()

Returns the time in seconds since the moment it was triggered.

Usage &amp; Examples

This function can be used for anything that needs to reset on start and increase over time.

Clamp

clamp(5 + timeex(), 5, 10)

----------

When shown, the proxy starts at 5 and increases over time thanks to</description>
    </item>
</rdf:RDF>
