<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
	<id>http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlSetForce</id>
	<title>LlSetForce - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlSetForce"/>
	<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlSetForce&amp;action=history"/>
	<updated>2026-06-01T05:32:38Z</updated>
	<subtitle>本wiki的该页面的版本历史</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://i.bnu.edu.cn/wiki/index.php?title=LlSetForce&amp;diff=774&amp;oldid=prev</id>
		<title>Mkx：创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: llSetForce( vector force, integer local );  |参数= 参…”</title>
		<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlSetForce&amp;diff=774&amp;oldid=prev"/>
		<updated>2020-08-22T06:44:26Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: llSetForce( vector force, integer local );  |参数= 参…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{函数详情&lt;br /&gt;
|函数名 = Function: llSetForce( vector force, integer local );&lt;br /&gt;
&lt;br /&gt;
|参数= 参数：&lt;br /&gt;
• vector force  - 定向力&lt;br /&gt;
&lt;br /&gt;
• integer local - 如果真，力被当作一个局部方向向量，如果假，力被当作一个区域方向向量&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|返回值= 返回值：对对象施加力(如果脚本是物理的)&lt;br /&gt;
&lt;br /&gt;
持续的力量。[[llApplyImpulse]]有瞬时推动。&lt;br /&gt;
&lt;br /&gt;
|注意事项=只适用于物理支持的对象。只对物理对象和附件有效(非物理的和物理的)。在附件上使用时，它将对化身施加力。&lt;br /&gt;
&lt;br /&gt;
|示例=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
//一个简单的火箭脚本。被触及时启动对象。&lt;br /&gt;
//坐上去享受一次有趣的旅程吧!&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    touch_start(integer i)&lt;br /&gt;
    {&lt;br /&gt;
        llSetStatus(STATUS_PHYSICS, TRUE);&lt;br /&gt;
        llSetForce(&amp;lt;0,0,0x7FFFFFFF&amp;gt;, 0);  //FLY!&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|相关函数=&lt;br /&gt;
[[llSetForceAndTorque]]&lt;br /&gt;
&lt;br /&gt;
[[llSetTorque]]&lt;br /&gt;
&lt;br /&gt;
[[llApplyImpulse]] - 瞬时力&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mkx</name></author>
		
	</entry>
</feed>