<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://modding.bcs.place/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://modding.bcs.place/feed.php">
        <title>Blockland Modding - scripting:doc:u:projectile</title>
        <description></description>
        <link>https://modding.bcs.place/</link>
        <image rdf:resource="https://modding.bcs.place/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-04-15T02:01:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:projectile:bounce?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:projectile:explode?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:projectile:getlastimpactnormal?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:projectile:getlastimpactposition?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:projectile:getlastimpactvelocity?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:projectile:getvelocity?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:projectile:onadd?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:projectile:redirect?rev=1772782356&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://modding.bcs.place/_media/wiki:dokuwiki.svg">
        <title>Blockland Modding</title>
        <link>https://modding.bcs.place/</link>
        <url>https://modding.bcs.place/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:projectile:bounce?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bounce</title>
        <link>https://modding.bcs.place/scripting:doc:u:projectile:bounce?rev=1772782356&amp;do=diff</link>
        <description>Projectile::Bounce

There is no doc-string available for this function.

Syntax


script Projectile::Bounce(string %obj, string %factor, string %client);


Parameters

string %obj

No description available.

string %factor

No description available.

string %client

No description available.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:projectile:explode?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>explode</title>
        <link>https://modding.bcs.place/scripting:doc:u:projectile:explode?rev=1772782356&amp;do=diff</link>
        <description>Projectile::explode

()

Syntax


void Projectile::explode();


Parameters

This function does not accept any parameters.

Return value

void

No description available.

Remarks

Examples

Source

Engine

See also

Projectile::Bounce

Projectile::getLastImpactNormal

Projectile::getLastImpactPosition

Projectile::getLastImpactVelocity

Projectile::getVelocity

Projectile::onAdd

Projectile::playSportBallSound

Projectile::redirect


References

This function is not called by any other functions.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:projectile:getlastimpactnormal?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getlastimpactnormal</title>
        <link>https://modding.bcs.place/scripting:doc:u:projectile:getlastimpactnormal?rev=1772782356&amp;do=diff</link>
        <description>Projectile::getLastImpactNormal

()

Syntax


string Projectile::getLastImpactNormal();


Parameters

This function does not accept any parameters.

Return value

string

No description available.

Remarks

Examples

Source

Engine

See also

Projectile::Bounce

Projectile::explode

Projectile::getLastImpactPosition

Projectile::getLastImpactVelocity

Projectile::getVelocity

Projectile::onAdd

Projectile::playSportBallSound</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:projectile:getlastimpactposition?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getlastimpactposition</title>
        <link>https://modding.bcs.place/scripting:doc:u:projectile:getlastimpactposition?rev=1772782356&amp;do=diff</link>
        <description>Projectile::getLastImpactPosition

()

Syntax


string Projectile::getLastImpactPosition();


Parameters

This function does not accept any parameters.

Return value

string

No description available.

Remarks

Examples

Source

Engine

See also

Projectile::Bounce

Projectile::explode

Projectile::getLastImpactNormal

Projectile::getLastImpactVelocity

Projectile::getVelocity</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:projectile:getlastimpactvelocity?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getlastimpactvelocity</title>
        <link>https://modding.bcs.place/scripting:doc:u:projectile:getlastimpactvelocity?rev=1772782356&amp;do=diff</link>
        <description>Projectile::getLastImpactVelocity

()

Syntax


string Projectile::getLastImpactVelocity();


Parameters

This function does not accept any parameters.

Return value

string

No description available.

Remarks

Examples

Source

Engine

See also

Projectile::Bounce

Projectile::explode

Projectile::getLastImpactNormal

Projectile::getLastImpactPosition

Projectile::getVelocity</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:projectile:getvelocity?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getvelocity</title>
        <link>https://modding.bcs.place/scripting:doc:u:projectile:getvelocity?rev=1772782356&amp;do=diff</link>
        <description>Projectile::getVelocity

()

Syntax


string Projectile::getVelocity();


Parameters

This function does not accept any parameters.

Return value

string

No description available.

Remarks

Examples

Source

Engine

See also

Projectile::Bounce

Projectile::explode

Projectile::getLastImpactNormal

Projectile::getLastImpactPosition

Projectile::getLastImpactVelocity

Projectile::onAdd

Projectile::playSportBallSound

Projectile::redirect


References</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:projectile:onadd?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>onadd</title>
        <link>https://modding.bcs.place/scripting:doc:u:projectile:onadd?rev=1772782356&amp;do=diff</link>
        <description>Projectile::onAdd

There is no doc-string available for this function.

Syntax


script Projectile::onAdd(string %this);


Parameters

string %this

No description available.

Return value

script

No description available.

Remarks

Examples

Source

base/server/scripts/allGameScripts.cs:10419</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:projectile:redirect?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>redirect</title>
        <link>https://modding.bcs.place/scripting:doc:u:projectile:redirect?rev=1772782356&amp;do=diff</link>
        <description>Projectile::redirect

There is no doc-string available for this function.

Syntax


script Projectile::redirect(string %obj, string %vector, string %normalized, string %client);


Parameters

string %obj

No description available.

string %vector

No description available.</description>
    </item>
</rdf:RDF>
