<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/index.php?action=history&amp;feed=atom&amp;title=LlApplyImpulse%2Fzh-Hant</id>
	<title>LlApplyImpulse/zh-Hant - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/index.php?action=history&amp;feed=atom&amp;title=LlApplyImpulse%2Fzh-Hant"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlApplyImpulse/zh-Hant&amp;action=history"/>
	<updated>2026-04-20T09:53:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlApplyImpulse/zh-Hant&amp;diff=1142855&amp;oldid=prev</id>
		<title>Blackcan Babii: Created page with &quot;{{LSL_Function/zh-Hant |func=llApplyImpulse |sort=ApplyImpulse |func_id=72|func_sleep=0.0|func_energy=10.0 |p1_type=vector |p1_name=force |p2_type=integer |p2_name=local |p2_hove…&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlApplyImpulse/zh-Hant&amp;diff=1142855&amp;oldid=prev"/>
		<updated>2011-05-08T03:29:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{LSL_Function/zh-Hant |func=llApplyImpulse |sort=ApplyImpulse |func_id=72|func_sleep=0.0|func_energy=10.0 |p1_type=vector |p1_name=force |p2_type=integer |p2_name=local |p2_hove…&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL_Function/zh-Hant&lt;br /&gt;
|func=llApplyImpulse&lt;br /&gt;
|sort=ApplyImpulse&lt;br /&gt;
|func_id=72|func_sleep=0.0|func_energy=10.0&lt;br /&gt;
|p1_type=vector&lt;br /&gt;
|p1_name=force&lt;br /&gt;
|p2_type=integer&lt;br /&gt;
|p2_name=local&lt;br /&gt;
|p2_hover=boolean, if TRUE, force is treated as a local directional vector instead of region directional vector.&lt;br /&gt;
|p2_desc=boolean, if [[TRUE]], &amp;#039;&amp;#039;&amp;#039;force&amp;#039;&amp;#039;&amp;#039; is treated as a [[Viewer coordinate frames#Local|local]] directional vector instead of [[Viewer coordinate frames#Region|region]] directional vector.&lt;br /&gt;
|func_footnote=Instantaneous impulse. [[llSetForce]] has continuous push. &amp;quot;Instantaneous&amp;quot; seems to mean a one second impulse, as an application of a force (in newtons) equal to the object&amp;#039;s mass (in kg) for one second will accelerate it to a velocity of 1 (in meters per second), which appears to be what happens with this function.&lt;br /&gt;
|func_desc=Applies impulse to object&lt;br /&gt;
|return_text|spec&lt;br /&gt;
|caveats=*Object must be physical.&lt;br /&gt;
*The force [[llVecMag|magnitude]] is capped at 20.000.&lt;br /&gt;
*The force magnitude is scaled by the object&amp;#039;s energy.&lt;br /&gt;
|examples=&lt;br /&gt;
&amp;lt;lsl&amp;gt;&lt;br /&gt;
//Rez an object, and drop this script in it.&lt;br /&gt;
//This will launch it at the owner.&lt;br /&gt;
default {&lt;br /&gt;
     state_entry() {&lt;br /&gt;
          list p = llGetObjectDetails(llGetOwner(), [OBJECT_POS]);&lt;br /&gt;
          if(p != []) {&lt;br /&gt;
              llSetStatus(STATUS_PHYSICS, TRUE);&lt;br /&gt;
              vector pos = llList2Vector(p, 0);&lt;br /&gt;
              vector direction = llVecNorm(pos - llGetPos());&lt;br /&gt;
              llApplyImpulse(direction * 100, 0);&lt;br /&gt;
          }&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/lsl&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|also_functions=&lt;br /&gt;
{{LSL DefineRow||[[llApplyRotationalImpulse]]|}}&lt;br /&gt;
{{LSL DefineRow||[[llSetForce]]|Set continuous force}}&lt;br /&gt;
|notes&lt;br /&gt;
|cat1=Physics&lt;br /&gt;
|cat2=Movement&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Blackcan Babii</name></author>
	</entry>
</feed>