Gets the position of the emitter.
== 関数 ==
=== 概要 ===
<source lang="lua">
x, y = ParticleSystem:getPosition( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|x|Position along x-axis.}}
{{param (日本語)|number|y|Position along y-axis.}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the position of the emitter.}}
{{#set:Since=000}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:getPosition}}