Difference between revisions of "RopeJoint:getMaxLength (日本語)"

(Created page with "{{newin (日本語)|0.8.0|080|type=関数}} RopeJoint の最大長を取得します。 == 関数 == === 概要 === <source lang="lua"> maxLength = RopeJoint:getLength( )...")
 
m (概要)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== 概要 ===
 
=== 概要 ===
 
<source lang="lua">
 
<source lang="lua">
maxLength = RopeJoint:getLength( )
+
maxLength = RopeJoint:getMaxLength( )
 
</source>
 
</source>
 +
 
=== 引数 ===
 
=== 引数 ===
 
なし。
 
なし。
Line 13: Line 14:
 
== 関連 ==
 
== 関連 ==
 
* [[parent::RopeJoint (日本語)]]
 
* [[parent::RopeJoint (日本語)]]
 +
* [[RopeJoint:setMaxLength (日本語)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=RopeJoint の最大長を取得します。}}
 
{{#set:Description=RopeJoint の最大長を取得します。}}
 
{{#set:Since=080}}
 
{{#set:Since=080}}
 
{{#set:PrettySince=0.8.0}}
 
{{#set:PrettySince=0.8.0}}
 +
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|RopeJoint:getMaxLength}}
 
{{i18n|RopeJoint:getMaxLength}}

Latest revision as of 08:41, 25 November 2019

LÖVE 0.8.0 から使用可能
この関数は以前のバージョンでは非対応です。

RopeJoint の最大長を取得します。

関数

概要

maxLength = RopeJoint:getMaxLength( )

引数

なし。

返値

number maxLength
RopeJoint の最大長。

関連



そのほかの言語